webpack-visualizer icon indicating copy to clipboard operation
webpack-visualizer copied to clipboard

Visualize your Webpack bundle

Results 50 webpack-visualizer issues
Sort by recently updated
recently updated
newest added

Hi, if anyone is interested I forked it and create cli version, ideal for usage in CI https://github.com/PetrSnobelt/webpack-visualizer related to #26

Webpack 4 deprecated `Tapable.apply()` as explained in [this issue](https://github.com/webpack/webpack/issues/6568). This PR updates that call to use the new `.hooks` API, to prevent a deprecation warning at build-time.

Hi, This warning is causing, due to upgradation on Webpack 4 because they are still using the old plugin API, they need to be upgraded to the latest version. I...

I have a bundle that looks like this: I have no idea what the "+ 143 modules" could be. How do I find out what's included in those modules?

Would be nice to have an option to open the stats.html visualizer automatically after the build completes, in a similar way that Webpack Bundle Analyzer does.

The chart is neat. But it hard to understand what colors are represent. Maybe it is good idea to add legend?

I have an stats.json file from fresh and empty Angular CLI 6.2.3 project. I generated it with `ng build --stats-json` When I try to upload it I get an error...

When called with: `path.resolve(__dirname, '../../build/bundle-statistics.html')` an endless loop is caused, compilation never ends. When a relative path is used, this is not happening. Happens on Windows. Path in question became...