veto_bundle_advisor
Analyzes webpack/Rollup/Vite stats JSON to identify heaviest modules, duplicate packages, code-split candidates, and CDN externalization opportunities.
Instructions
Accepts a webpack/Rollup/Vite stats JSON file → top 10 heaviest modules, duplicate packages, code-split candidates, and CDN externalization suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stats_file | Yes | Absolute path to the bundle stats JSON file (webpack stats format). | |
| project_dir | No | Optional absolute path to the project root. |