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.
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.