Patch Changes
-
🐞🩹 support Deno as package manager for production builds. The Vite plugin now recognizes Deno as a Node-compatible runtime for manifest passing, and SSG delegates to the Node implementation instead of stubbing out. (by @ianlet in #8385)
-
🐞🩹 the optimizer was not using the binary builds (by @wmertens in #8360)
-
🐞🩹 resolve 404 error for virtual CSS modules during dev SSR (by @jantimon in #8351)