webpack-stats-explorer

1.28.1 • Public • Published

webpack-stats-explorer

Build Status dependencies Status devDependencies Status Greenkeeper badge

Tool for exploring webpack stats and comparing them between builds. See an introduction and a follow-up article at dev.to.

Demo

https://erykpiast.github.io/webpack-stats-explorer/

Development

Run Project

npm install
npm start
# in another tab
npm run webpack

After you see the webpack compilation succeed (the npm run webpack step), open up http://localhost:8080 in the browser.

Build for Production

npm run build
npm run webpack:production

This will replace the development artifact build/bundle.js for an optimized version.

Package Sidebar

Install

npm i webpack-stats-explorer

Weekly Downloads

1

Version

1.28.1

License

MIT

Unpacked Size

2.48 MB

Total Files

6

Last publish

Collaborators

  • erykpiast