webpack-visualizer-cli
v0.1.17
Published
Visualize and analyze your Webpack bundle to see which modules are taking up space and which might be duplicates.
Readme
Webpack Visualizer CLI
Visualize and analyze your Webpack bundle to see which modules are taking up space and which might be duplicates.
Usage
npx webpack-visualizer-cli [path-to-stats.json]
it generate static.html without other dependencies,so it is ideal for usage for example on CI
Fork info
this is fork from https://github.com/chrisbateman/webpack-visualizer which just add cli
