Just for entertainment:
- Compile with
webpack --profile --json > stats.json
(node.js API:{ profile: true }
andstats.toJson()
) - Go to http://webpack.github.io/analyse/#modules
- Load your stats file (It's not uploaded, the analyse tools is a client only tool).
- Wait a bit until the graph has been stabilized.
- Screenshot and cut the graph area.
- Post it into this thread.
from resource