vite

Configure Vite 8 build pipelines with Rolldown and Oxc.

4|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/mymx2/foreman --skill vite-mymx2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vite
Source: https://github.com/mymx2/foreman/tree/main/.qoder/skills.collected/skills/vite
Command: npx skills add https://github.com/mymx2/foreman --skill vite-mymx2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill resolves the complexity of configuring modern frontend build pipelines, specifically addressing the transition to Vite 8, Rolldown bundler, and Oxc transformation.

Core Features & Use Cases

  • Configuration Management: Provides patterns for vite.config.ts, environment variables, and conditional build logic.
  • Build & SSR: Offers guidance on library mode, multi-page applications, and server-side rendering primitives.
  • Migration Support: Simplifies the migration path from Rollup/esbuild to the new Rolldown/Oxc architecture.

Quick Start

Use the vite skill to configure a new project with Rolldown and Oxc settings for production optimization.

Frequently Asked Questions about vite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate my Vite build pipeline from Rollup and esbuild to Rolldown and Oxc?

To migrate your Vite build pipeline to Rolldown and Oxc, you need to update your configuration to align with the new Vite 8 architecture, replacing Rollup and esbuild settings with their high-performance successors for production optimization.

Can I configure server-side rendering (SSR) and multi-environment setups with Vite 8?

Yes, Vite 8 supports configuring server-side rendering (SSR) primitives and multi-environment setups, allowing you to manage complex application architectures directly within your vite.config.ts file.

How do I optimize a Vite 8 library bundling configuration for modern ESM standards?

You can optimize Vite 8 library bundling by configuring your build pipeline to enforce modern ESM standards and efficient plugin integration, ensuring your output adheres to high-performance frontend development requirements.

Does Vite 8 with Rolldown support conditional build logic and environment variables?

Yes, Vite 8 with Rolldown supports conditional build logic and environment variables through configuration management patterns, enabling environment-specific builds for multi-page applications and production-grade applications.

What is the best way to handle plugin integration when transitioning to the Vite 8 Rolldown architecture?

The best way to handle plugin integration during your Vite 8 transition is to ensure plugins adhere to modern ESM standards and align with the Rolldown and Oxc transformation architecture for efficient production builds.