Visualize and analyze your Webpack bundle to see which modules are taking up space and which might be duplicates.
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
this is fork from https://github.com/chrisbateman/webpack-visualizer which just add cli