What problem does it solve? Vite projects often suffer from slow dev server startup, broken HMR, oversized bundles, and misconfigured SSR or plugin setups. This Skill provides expert-level diagnosis and fixes for these bundling issues using proven configuration patterns and troubleshooting playbooks. ## Core Features & Use Cases - Build Optimization: Configure manual chunking, minification, code splitting, and bundle analysis to reduce production bundle sizes. - Dev Server & HMR Tuning: Optimize dependency pre-bundling, file watching, warmup files, and proxy configuration for faster development feedback loops. - Problem Playbooks: Step-by-step diagnosis and fixes for common issues like pre-bundling slowdowns, HMR failures, module resolution errors, and SSR build problems. - Use Case: Your Vite dev server takes 30 seconds to start and hot reload triggers full page refreshes. Invoke this Skill to analyze your vite.config.js, identify problematic dependencies, and apply optimizeDeps and HMR fixes. ## Quick Start Use the vite-expert skill to analyze my vite.config.js and fix the slow dev server startup and broken hot module replacement.