Next.js Turbopack Bundle Analysis
Version updated for https://github.com/suzuki3jp/nextjs-turbopack-bundle-analysis to version v0.1.1.
- 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 is designed to analyze bundle size changes in Next.js projects using Turbopack and provide detailed feedback on pull requests. It automates the detection of size differences between the base branch and the PR branch, posting a comment with a breakdown of route-specific size changes, including increases, decreases, new routes, and removals. This action helps developers monitor and manage bundle size impacts during the development process, ensuring optimized performance and adherence to size budgets.
Release notes
Patch Changes
- 7d3b33d: change default value of
minimum-change-thresholdfrom0to1024(1 KB)