Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 318 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 318 Bytes

analyse

http://webpack.github.com/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