build-plugin-analyzer
v1.0.1
Published
build-scripts,webpack,analyzer,plugin
Downloads
5
Maintainers
Readme
build-plugin-analyzer
build-scripts 插件,用于支持依赖打包分析,搭配 "build-plugin-component" 插件进行使用
使用
"plugins": [
"build-plugin-component",
"build-plugin-analyzer"
]
在项目目录的build.json
中配置该插件。
命令行参数
--analyzer: 开启 bundle 分析,支持 start
,build
--analyzerPort: 支持 bundle 分析端口,默认9000,支持 start
,build