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-accurate 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 with enforce. - 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 options to oxc configuration correctly. ## Quick Start Use the vite skill to help me migrate my vite.config.ts from Vite 7 rollupOptions to the Vite 8 Rolldown configuration.