suzuki3jp/Next.js Turbopack Bundle Analysis
Analyze Next.js Turbopack bundle size changes in PRs and post a comment automatically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-output-directory | Next.js build output directory (default: .next). The action resolves diagnostics/analyze/ inside this directory automatically. | no | .next |
| build-command | Command to build and analyze the bundle | no | npx next experimental-analyze |
| budget | First-page load JS size budget in bytes. Routes exceeding this are marked with ⚠️ | no | — |
| budget-percent-increase-red | Percentage increase threshold to mark route as 🔴 (default: 20) | no | 20 |
| minimum-change-threshold | Ignore routes with absolute size change smaller than this value in bytes (default: 1024) | no | 1024 |
| skip-comment-if-empty | Skip posting PR comment if no changed routes are detected (default: false) | no | false |
Outputs
no outputs