Cloudflare support takes center stage (
4551a4b)
Vite’s docs site now ships a new dismissible top banner pointing to a dedicated announcement post, replacing the previous Vite+ alpha promotion. The change also wires in a new banner component via theme aliasing, making it easier to surface future site-wide announcements.
Cloudflare partnership announcement published (
67f5d4b)
The docs blog adds a full post explaining that VoidZero is joining Cloudflare while Vite remains MIT-licensed, vendor-neutral, and stewarded by the same broader team. It also introduces the matching social image asset used for the announcement.
create-vite templates switch Node resolution mode (
fef134a)
All TypeScript app templates in create-vite now use "moduleResolution": "nodenext" in tsconfig.node.json instead of bundler. This should align the starter configs more closely with Node-style resolution expectations for tooling and config files.
