Vite Compare Bundle Size
Version updated for https://github.com/wojtekmaj/vite-compare-bundle-size to version v1.2.1.
- This action is used across all versions by 2 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The vite-compare-bundle-size GitHub Action automates the comparison of two Vite compilation stats files (e.g., stats.json), typically generated from different branches. It evaluates changes in bundle size between the files and posts a detailed comment on the associated pull request, highlighting the differences. This helps developers easily track and review the impact of code changes on bundle size, streamlining performance monitoring and optimization during the development process.
What’s Changed
Bug fixes
- Preserve gzip label for unchanged bundle sizes