What problem does it solve?
This Skill addresses performance bottlenecks in Vite applications, ensuring faster development server startup, quicker builds, and optimized production bundles.
Core Features & Use Cases
- Dependency Optimization: Fine-tune pre-bundling for faster module resolution.
- Plugin Performance Auditing: Identify and resolve slow plugins impacting build times.
- Bundle Analysis & Optimization: Reduce production bundle size through code splitting, tree-shaking, and efficient asset handling.
- Use Case: When your Vite dev server takes too long to start or your production build is excessively large, apply the rules in this Skill to diagnose and fix the underlying issues, leading to a smoother development experience and faster load times for your users.
Quick Start
Use the vite skill to analyze the current bundle composition and identify large dependencies.