Next.js Turbopack Bundle Size
Version updated for https://github.com/michalsanger/nextjs-turbopack-bundle-size to version v1.7.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
The Next.js Turbopack Bundle Size GitHub Action automates the process of tracking and comparing bundle sizes for Next.js App Router routes across pull requests. It establishes a baseline from the default branch and generates a detailed, route-specific size comparison as a comment on each PR. This helps teams monitor and manage bundle size changes, ensuring performance optimization throughout the development lifecycle.
What’s Changed
What’s Changed
- feat: support monorepo and matrix workflows by @ValentinGurkov in https://github.com/michalsanger/nextjs-turbopack-bundle-size/pull/16
- Add prettier with CI check, pin dependency versions, add npm to dependabot by @michalsanger in https://github.com/michalsanger/nextjs-turbopack-bundle-size/pull/17
- Shorten stats-path description in README table and fix findDotNextDir fallback to return absolute path by @michalsanger in https://github.com/michalsanger/nextjs-turbopack-bundle-size/pull/18
New Contributors
- @ValentinGurkov made their first contribution in https://github.com/michalsanger/nextjs-turbopack-bundle-size/pull/16
Full Changelog: https://github.com/michalsanger/nextjs-turbopack-bundle-size/compare/v1...v1.7.0