webpack-visualizer
webpack-visualizer copied to clipboard
Visualize your Webpack bundle
I generated the state.json, tried to upload on the website but didn't get any response. When I opened console I saw this: `TypeError: undefined is not an object (evaluating 'e.forEach')`
`compiler.plugin('emit', (compilation, callback)` is no more supported from webpack 5x, it throws a `compiler.plugin is not a function`
Hi! I'm using the tool and it's been very helpful for the optimization work I'm doing right now. One thing I usually do is to generate two stats files, one...
this plugin is amazing,I can see each part's size. can I get the detail charts about each part's build time used?
 FYI the file I tried to upload was like 54 Mb
Nextjs gives us [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer) to analyze bundles. My question is, how can I use webpack-visualizer to generate a stats.html file in my nextjs application ?
Active?
Is this project still active and being maintained? Or is there another recommended alternative?
i am doing SPFx upgrade to 1.9.1 and also i am doing Webpack upgrade to 4. Please help me to resolve the warning for mentioned error. DeprecationWarning: Tapable.plugin is deprecated....
Since webpack has changed some plugin hooks, this plugin is no longer compatible with the newer versions. the culprit is the line `compiler.plugin('emit', (compilation, callback) => {` who conflicts with...
Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...