Compare Builds
compare_buildsCompare two Next.js builds to see which routes and chunks grew or shrank, revealing bundle changes.
Instructions
Compare two loaded Next.js builds and show which routes and chunks grew or shrank the most.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many route and chunk deltas to include. Defaults to 10. | |
| currentBuildId | No | Current build ID from load_build_stats. Omit to list loaded builds. | |
| baselineBuildId | No | Baseline build ID from load_build_stats. Omit to list loaded builds. |