Visualize and analyze your Webpack bundle to see which modules are taking up space and which might be duplicates.
Generate JSON stats, and pass it into the online tool.
webpack --json > stats.json
You can also use the plugin locally if you want.
A rather geeky/technical weblog, est. 2001, by Bramus
Visualize and analyze your Webpack bundle to see which modules are taking up space and which might be duplicates.
Generate JSON stats, and pass it into the online tool.
webpack --json > stats.json
You can also use the plugin locally if you want.
Leave a comment