Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 316 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 316 Bytes

analyse

http://webpack.github.io/analyse

Running

You can generate the required JSON file for this tool by running webpack --profile --json > stats.json

Build

Development:

grunt dev

Production:

grunt

Publish:

grunt deploy