bundle_analyze_size
Analyze JavaScript bundle sizes from package.json dependencies or build output to identify oversized bundles and optimize performance.
Instructions
Analyze JavaScript bundle size from package.json dependencies or build output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| build_stats | No | Webpack/Vite/Rollup build stats JSON for detailed analysis | |
| package_json | Yes | package.json content or dependency list to analyze |