bundle_optimize
Generate a bundle optimization plan with specific code changes to reduce bundle size and improve performance. Analyzes package.json, build config, and imports for actionable recommendations.
Instructions
Generate a comprehensive bundle optimization plan with specific code changes (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| build_config | No | Build configuration (webpack.config.js, vite.config.ts, etc.) | |
| package_json | Yes | package.json content | |
| source_imports | No | Import statements from source files for tree-shaking analysis |