Visualize size of webpack output files with an interactive zoomable treemap.
Questions tagged [webpack-bundle-analyzer]
48 questions
0
votes
1 answer
Webpack Bundle Analyzer, permission to write on disc denied
trying:
new BundleAnalyzerPlugin({
analyzerMode: "static",
openAnalyzer: false
})
fails with disk write permissions, (same on disabled mode, with static file). I'm using Ubuntu 18, is there a way to set the package, so that it will work for me…

Yaniv Peretz
- 1,118
- 2
- 13
- 22
0
votes
1 answer
webpack-bundle-analyzer is not working as expected
I updated an angular project from version 5 to 6, now I am trying to analyze bundle size using webpack-bundle-analyzer, but the output is not as expected. I tried the same before updating the version it worked as expected after version update in…

Prakash D
- 3
- 1
- 1
-1
votes
1 answer
clr-ui-dark.min.css file appears very large, even when bundles are optimized
I'm just wondering if others see the same in their projects, or perhaps I've done something wrong, but it looks to me like the dark styling takes up about 1/3 (using webpack-bundle-analyzer) of the total size of my app.

blomster
- 768
- 2
- 10
- 27