Tool for exploring webpack stats and comparing them between builds
npm install webpack-stats-explorerwebpack-stats-explorer
======================




Tool for exploring webpack stats and comparing them between builds. See an introduction and a follow-up article at dev.to.
https://erykpiast.github.io/webpack-stats-explorer/
``sh`
npm install
npm startin another tab
npm run webpacknpm run webpack
After you see the webpack compilation succeed (the step), open up http://localhost:8080 in the browser.
`sh`
npm run build
npm run webpack:production
This will replace the development artifact build/bundle.js` for an optimized version.