What problem does it solve?
Vite setup and migration can be complex; this Skill provides guidance and automation hooks to configure vite.config.ts, migrate rollupOptions to rolldownOptions, and apply Rolldown-based optimizations for faster development and production builds.
Core Features & Use Cases
- Configure vite.config.ts using defineConfig for common builds (dev, prod, library mode)
- Migrate build config from rollupOptions to rolldownOptions, including external and globals
- Leverage Vite plugin API, environment configurations, and SSR setups for modern frontend work
- Use cases include library packaging, SSR applications, and complex plugin-driven projects
Quick Start
Create a basic vite.config.ts with defineConfig and follow the Rolldown migration notes to migrate rollupOptions to rolldownOptions.