Skip to content

webpack/analyse

Repository files navigation

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