0.0.9 • Published 3 years ago

artifacts-analyzer v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

artifacts-analyzer

This utillity cli library helps in comparing 2 build folders.

How to use

  1. Go to your project root folder, make sure that artifacts are allready generated
  2. run npx artifacts-analyzer record build where build is youre artifacts folder. Json stats report would be generated and saved in ./buildSizeLogs.json so we can compare it later.
  3. Now make some changes to your build, and build the project again
  4. run npx artifacts-analyzer report build. An HTML report should be generated now, you can find it in your project root at ./buildSizeReport.html

You will see something like this report.html

Other helpfull tools

Source map explorer

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago