forked from hawtio/hawtio-online
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Adds bundle analyzer to monitor size of dependencies
* Provides a treemap served via its own webserver to display the relative sizes of the constituent components of the app * package.json * Adds two commands that execute different analyses of the components. Both execute using the dev webpack-config but the second uses the 'production' mode to demonstrate what the chunk size looks like in the final build * webpack.config.dev.js * Adds the bundle analyzer plugin and keeps the prod version clean of developer monitoring plugins
- Loading branch information
1 parent
701e5f9
commit adf5981
Showing
3 changed files
with
141 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters