-
Notifications
You must be signed in to change notification settings - Fork 517
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
enhance(build): show bundle size diff on PRs #11757
Conversation
Bundle StatsHey there, this message comes from a github action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
View detailed bundle breakdownAdded
Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged No assets were unchanged |
22c6a74
to
4ed8b5e
Compare
This pull request has merge conflicts that must be resolved before it can be merged. |
also updates the `yarn analyze` command
e93f6d1
to
6312cbc
Compare
This pull request has merge conflicts that must be resolved before it can be merged. |
although "deterministic" isn't when changing loaders, it *is* when changing import order - which is more important. we'll probably avoid the prior problem with changing loader config changing chunk names (but not their contents) if/when we move to named chunks
Co-authored-by: Claas Augner <[email protected]>
Summary
https://mozilla-hub.atlassian.net/browse/MP-1513
Problem
yarn analyze
command is difficult to parseSolution
yarn analyze
command with https://github.com/webpack-contrib/webpack-bundle-analyzerHow did you test this change?