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.