-
Notifications
You must be signed in to change notification settings - Fork 88
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
[NO-TICKET] Adds optional bundle analysis to the build command #3258
Conversation
Works like a charm. I haven't looked too deeply into this package, but is it possible for it to give us a size other than the stat/pre-tree shaken size of the packages? All the |
There's a |
Oh, there's this troubleshooting note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works locally with the various child design system packages! And let's go with --analyze-bundles
.
Can't figure out why it doesn't report on other stats, but it could be an enhancement in the future |
* Add optional bundle analysis to our builds with `yarn build:core --analyze` * Change flag name to `--analyze-bundles`
Summary
yarn build:core --analyze-bundles
How to test
yarn build:core --analyze-bundles
and open the html files it generates