bundle-compare-analyzer

1.0.9 • Public • Published

bundle-compare-analyzer

:sparkling_heart::rocket::rocket::rocket::rocket: ............ :kissing_heart:

bundle-compare-analyzer




  bundle-compare-analyzer是一个简单的分析各个版本代码打包文件大小的可视化工具。

Build Status Build Status

bundle-compare-analyzer可以在每次将代码文件打包时,生成一个版本。便于对比,分析各个版本打包文件的大小。

English Document

安装

npm install -g bundle-compare-analyzer

支持node4.0以上版本

使用

bundle-compare-analyzer有三个命令:

  • add <bundlePath/bundleFile>: 打包完成后,根据指定的打包目录或确定的一个文件生成一个版本.
  • compare: 对比分析各个版本.
  • remove: 删除版本.

### 生成版本

azer add ./build // 打包路径
 
bundle-compare-analyzer

### 删除版本

 azer remove
bundle-compare-analyzer

### 分析版本

azer compare

## 注意

  • 推荐使用[name].[chunkhash].js为输出的文件名称

## How to Contribute

Anyone and everyone is welcome to contribute to this project. The best way to start is by checking our open issues, submit a new issues or feature request, participate in discussions, upvote or downvote the issues you like or dislike.

Package Sidebar

Install

npm i bundle-compare-analyzer

Weekly Downloads

0

Version

1.0.9

License

ISC

Last publish

Collaborators

  • chenyutian0510