Skip to content

PetrSnobelt/webpack-visualizer

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 78.2%
  • CSS 21.8%