Get Shared Chunks
get_shared_chunksRank the heaviest shared chunks in a loaded Next.js build and show which routes depend on them to target bundle size reductions.
Instructions
Rank the heaviest shared chunks in a loaded Next.js build and show which routes depend on them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many shared chunks to include. Defaults to 10. | |
| buildId | No | Build ID returned from load_build_stats. Omit to list loaded builds. |