-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --analyze
flag to enable bundle analyzer to CLI
#3075
Conversation
Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/acorn@8.12.1 |
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3075 +/- ##
==========================================
+ Coverage 94.86% 94.88% +0.01%
==========================================
Files 505 506 +1
Lines 11088 11121 +33
Branches 1700 1708 +8
==========================================
+ Hits 10519 10552 +33
Misses 569 569 ☔ View full report in Codecov by Sentry. |
@SocketSecurity ignore npm/opener@1.5.2 Shell access expected. @SocketSecurity ignore npm/webpack-bundle-analyzer@4.10.2 HTTP access expected. |
88e96f2
to
75a9823
Compare
This adds
mm-snap build --analyze
to enable the bundle analyser. It useswebpack-bundle-analyser
under the hood.