webpack-visualizer

Visualize your Webpack bundle

Github星跟蹤圖

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'
})],
//...

主要指標

概覽
名稱與所有者chrisbateman/webpack-visualizer
主編程語言JavaScript
編程語言CSS (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2015-10-04 06:41:09
推送於2023-10-12 04:29:28
最后一次提交2017-02-24 14:04:30
發布數12
最新版本名稱v0.1.11 (發布於 2017-02-24 14:04:30)
第一版名稱v0.1.0 (發布於 )
用户参与
星數1.7k
關注者數16
派生數94
提交數56
已啟用問題?
問題數58
打開的問題數40
拉請求數4
打開的拉請求數9
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?