Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer.
Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds.
| Configuration | vite.config.ts, defineConfig, conditional configs, loadEnv | core-config | | Features | import.meta.glob, asset queries (?raw, ?url), import.meta.env, HMR API | core-features | | Plugin API | Vite-specific hooks, virtual modules, plugin ordering | core-plugin-api |
Vite-Build-Tool-Konfiguration, Plugin-API, SSR und Vite 8 Rolldown-Migration. Verwenden Sie es, wenn Sie mit Vite-Projekten, vite.config.ts, Vite-Plugins arbeiten oder Bibliotheken/SSR-Apps mit Vite erstellen. Quelle: ghou533/agent-skills.