Next.js Turbopack Bundle Size
Version updated for https://github.com/michalsanger/nextjs-turbopack-bundle-size to version v1.10.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action analyzes Next.js App Router bundle sizes across pull requests and posts a route-by-route size comparison comment on every PR. It tracks baseline stats for each branch, allowing users to identify changes in bundle sizes and determine if they exceed certain budget thresholds. The action is designed to help developers monitor the performance of their applications over time and ensure that size optimizations are effective.
What’s Changed
What’s Changed
- fix: resolve baseline by base-branch tip SHA instead of the stale branch-indexed run list by @michalsanger in https://github.com/michalsanger/nextjs-turbopack-bundle-size/pull/48
Full Changelog: https://github.com/michalsanger/nextjs-turbopack-bundle-size/compare/v1.9.0...v1.10.0