digitalbazaar / bedrock-webpack

Bedrock webpack module.
Apache License 2.0
0 stars 2 forks source link

Add WebPack Bundle Analyzer to a branch #11

Open aljones15 opened 5 years ago

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

jondavidjohn commented 5 years ago

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

image