webpack-visualizer

Visualize your Webpack bundle

Github stars Tracking Chart

Webpack Visualizer

Visualize and analyze your Webpack bundle to see which modules are taking up space and which might be duplicates.

This tool is still pretty new, so please submit issues or feature requests!

Site Usage

Upload your stats JSON file to the site: chrisbateman.github.io/webpack-visualizer/

Plugin Usage

npm install webpack-visualizer-plugin
var Visualizer = require('webpack-visualizer-plugin');

//...
plugins: [new Visualizer()],
//...

This will output a file named stats.html in your output directory. You can modify the name/location by passing a filename parameter into the constructor.

var Visualizer = require('webpack-visualizer-plugin');

//...
plugins: [new Visualizer({
  filename: './statistics.html'
})],
//...

Main metrics

Overview
Name With Ownerchrisbateman/webpack-visualizer
Primary LanguageJavaScript
Program languageCSS (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2015-10-03 22:41:09
Pushed At2023-10-11 20:29:28
Last Commit At2017-02-24 00:04:30
Release Count12
Last Release Namev0.1.11 (Posted on 2017-02-24 00:04:30)
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count1.7k
Watchers Count17
Fork Count94
Commits Count56
Has Issues Enabled
Issues Count58
Issue Open Count40
Pull Requests Count4
Pull Requests Open Count9
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private