Changelog

vitejs/vite · · 2 commits

Import sorting sweep across docs and templates

Vite adopts oxfmt import sorting across docs, templates, and config files, plus one minor eslint cleanup.

Other misc changes

  • Adopted oxfmt sortImports across docs, theme components, and create-vite templates, mostly reshuffling import order for consistency (sapphi-red97ad042).
  • Removed an unnecessary eslint-disable comment in a playground CSS example (bteaa98c8d9).