💖 🚀 🚀 🚀 🚀 ………… 😘





Bundle-compact-analyzer is a simple visual tool that analyzes the size of each version of the code package file.



Tools like Webpack, gulp, and Browserify pack all of our files into multiple bundle JS files, and we often need to optimize the size of the package file.

Bundle-compare-analyzer can generate a version each time a code file is packaged. Easy to compare, analyze the size of each version of the package file.

The characteristics of

  • Keep every timewebpack.gulp.browserifyThe tools generate bundle information.
  • Intuitive analysiswebpack.gulp.browserifyThe size of the bundle file generated by tools such as.

English Document

The installation

npm install -g bundle-compare-analyzerCopy the code

Node4.0 or later is supported

Generate version

Azer add./build // Package pathCopy the code

Delete version

 azer remove
Copy the code

Analysis of the version

azer compareCopy the code

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.