What problem does it solve?
Vite projects often suffer from slow dev server startup, inefficient HMR, and bulky production builds. This Skill provides actionable guidance to diagnose and optimize Vite configurations for modern, ES Module-first development.
Core Features & Use Cases
- Advanced build optimizations: multi-environment config, manual chunking, library mode, SSR considerations.
- HMR and dev server tuning: warmup, dependency optimization, and proxy hints to improve iteration speed.
- Plugin ecosystem mastery: selecting and configuring plugins for performance, analysis, and compatibility across frameworks.
- Use case: accelerate a React app by refining chunking and minification settings to reduce cold-start time.
Quick Start
Run a targeted audit on a Vite project to identify bottlenecks and propose concrete optimizations for dev and build performance.