Open aljones15 opened 5 years ago
https://www.npmjs.com/package/webpack-bundle-analyzer
Bundle Analyzer creates a standalone server that will show you the relative size of the modules you are using. Great for battling bundle bloat.
https://github.com/webpack-contrib/webpack-bundle-analyzer
npm i -D webpack-bundle-analyzer
do not include in production builds.
I built a tool to help you analyze webpack bundles for size regressions, and report them directly to GitHub PRs. It's free for open source, so it might be worth checking out and helpful in this scenario.
https://packtracker.io
https://www.npmjs.com/package/webpack-bundle-analyzer
Bundle Analyzer creates a standalone server that will show you the relative size of the modules you are using. Great for battling bundle bloat.
https://github.com/webpack-contrib/webpack-bundle-analyzer
do not include in production builds.