Changelog

vitejs/vite · May 25–31, 2026 · 4 commits

Rolldown refresh and docs polish land this week

Vite bumped Rolldown to 1.0.3, refined plugin docs, and cleaned up a few error messages and contributor instructions.

Bundler sync: Rolldown 1.0.3

Vite, the docs app, and the playground were bumped to Rolldown 1.0.3, with the lockfile refreshed. This keeps the repo aligned with upstream bundler updates.

Docs improvements for plugins and contributors

The plugin API docs now recommend enforce: 'post' in the CSS metadata example, making the guidance better match real-world plugin behavior. CONTRIBUTING.md was also updated to reflect pnpm’s current overrides docs and the correct pnpm-workspace.yaml placement for testing Vite against external packages.

Other misc changes

  • Polished a few error messages in Vite server/optimizer paths for capitalization and spacing.