/analyse

analyse web app for webpack stats

Primary LanguageJavaScript

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