Provide plugins for main packaging tools (Webpack/Esbuild/Rollup) to collect and analyze package artifacts. Detailed comparison information is given for files, third party dependencies etc. based on historical benchmark versions. Also analyses the product structure in detail and outputs suggestions for optimization.
We calculated the artifact's score through audit rules. You can directly see the performance level with the score.
Each artifact report will be compared with the baseline artifact report. Difference with the baseline artifact report will be displayed obviously.
We provided a visualization graph like WebpackBundleAnalyzer do, so you can know module references of your project better.
Normally, bundle tools won't pack the same package more than once into final js, buf if some of your dependencies import different version of other dependencies, you may encounter this situation.