Next.js Turbopack Bundle Analysis
Version updated for https://github.com/suzuki3jp/nextjs-turbopack-bundle-analysis to version v0.1.0.
- This action is used across all versions by 1 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 Next.js Turbopack Bundle Analysis GitHub Action automates the process of analyzing and reporting bundle size changes in Next.js projects using Turbopack. It calculates size differences between the base and pull request builds, generates a detailed comparison of route sizes, and posts a summary comment on the pull request. This action helps developers monitor and manage bundle size impacts during code reviews, ensuring performance budgets are maintained.
Release notes
Minor Changes
- 9751dd7: feat!: remove working-directory input, use build-output-directory for monorepos