http://webpack.github.io/analyse
You can generate the required JSON file for this tool by running webpack --profile --json > stats.json
webpack --profile --json > stats.json
Development:
grunt dev
Production:
grunt
Publish:
grunt deploy