Next.js Turbopack Bundle Size
Version updated for https://github.com/michalsanger/nextjs-turbopack-bundle-size to version v1.6.1.
- 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, Next.js Turbopack Bundle Size, automates the tracking of Next.js App Router bundle sizes across pull requests. It compares the current branch’s route sizes with a stored baseline from the default branch and posts a detailed comment on the PR with route-by-route size changes. This helps developers monitor and manage bundle size changes, ensuring performance budgets are maintained and regressions are identified early.
Release notes
What’s Changed
- Fix internal chunk detection falsely matching route groups containing “main” by @shsiena in https://github.com/michalsanger/nextjs-turbopack-bundle-size/pull/15
New Contributors
- @shsiena made their first contribution in https://github.com/michalsanger/nextjs-turbopack-bundle-size/pull/15
Full Changelog: https://github.com/michalsanger/nextjs-turbopack-bundle-size/compare/v1...v1.6.1