Next.js Turbopack Bundle Size
Version updated for https://github.com/michalsanger/nextjs-turbopack-bundle-size to version v1.5.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, Next.js Turbopack Bundle Size, automates the tracking of bundle sizes for Next.js App Router routes across pull requests. It compares the current PR’s bundle sizes against a baseline stored in the default branch and posts a detailed, route-by-route size comparison as a comment on the PR. This helps developers identify and monitor changes in bundle sizes, highlighting potential performance impacts of code changes.
Release notes
What’s Changed
- Remove percentages from diff column and nobr tags by @michalsanger in https://github.com/michalsanger/nextjs-turbopack-bundle-size/pull/12
Full Changelog: https://github.com/michalsanger/nextjs-turbopack-bundle-size/compare/v1...v1.5.0