-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update webpack bundle analyzer #263
Conversation
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
=========================================
Coverage ? 85.93%
=========================================
Files ? 49
Lines ? 2296
Branches ? 604
=========================================
Hits ? 1973
Misses ? 323
Partials ? 0
Continue to review full report at Codecov.
|
* Refactor to functions * Change from a webpack plugin to a general utility * Add support for finding the size of node modules * Return a map of chunks to bundle data from analyzer
6047527
to
1343095
Compare
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.
👍
backing this out as the other side was not landed, now has conflicts and is stopping us from landing additional work. |
Type: feature
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription:
specific bundle
Needed to address dojo/cli-build-app#390