What problem does it solve? Frontend developers working with Vite often struggle to recall the correct configuration patterns, plugin APIs, and migration steps across Vite versions, especially with the Vite 8 shift to Rolldown and Oxc. This Skill provides structured, version-aware guidance for configuring and extending Vite projects. ## Core Features & Use Cases - Configuration Guidance: Covers vite.config.ts, defineConfig, conditional and async configs, loadEnv, aliases, proxies, and build targets. - Plugin Authoring: Documents Vite-specific hooks like configResolved, configureServer, transformIndexHtml, virtual modules, and plugin ordering. - Build, SSR & Migration: Explains library mode, multi-page apps, the JavaScript API, the Vite 6+ Environment API, and the Vite 8 Rolldown/Oxc migration path. - Use Case: When upgrading a project from Vite 7 to Vite 8, use this Skill to convert rollupOptions to rolldownOptions and esbuild settings to oxc equivalents. ## Quick Start Ask the AI to help you write or migrate a vite.config.ts for your project, such as setting up path aliases, a dev proxy, and library mode build output.