Bundle Size Analysis
Use this skill to answer package-size questions with live measurements where possible. Prefer measured data over generic advice.
Quick Workflow
- Identify the target:
- Published npm package: query Bundlephobia.
package.json: scan runtime dependencies first; include dev dependencies only when the user asks about toolchain/install footprint.- Local package publishing footprint: run
npm pack --dry-run --json. - Built app/library output: inspect `dis
[Description truncada. Veja o README completo no GitHub.]