Forked version of webpack/analyse with graphs disabled in order to analyze larger bundles
You can generate the required JSON file for this tool by running webpack --profile --json > stats.json
Development:
grunt dev
Production:
grunt
Publish:
grunt deploy