From 180055ba5e3d3ec019d50e41de1cd31a2b73cd4f Mon Sep 17 00:00:00 2001 From: patak Date: Wed, 13 Jul 2022 13:33:12 +0200 Subject: [PATCH] chore: update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 翠 / green --- docs/blog/announcing-vite3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/announcing-vite3.md b/docs/blog/announcing-vite3.md index 2267299ccf8dae..2c75692d6fc28b 100644 --- a/docs/blog/announcing-vite3.md +++ b/docs/blog/announcing-vite3.md @@ -244,7 +244,7 @@ While working towards Vite 3, we also improved the contributing experience for c - Unit and E2E tests have been migrated to [Vitest](https://vitest.dev), providing a faster and more stable DX. This move also works as dog fooding for an important infrastructure project in the ecosystem. - VitePress build is now tested as part of CI. - Vite upgraded to [pnpm 7](https://pnpm.io/), following the rest of the ecosystem. -- Playgrounds have been moved to [`/playgrounds`](https://github.com/vitejs/vite/tree/main/playground) out of packages. +- Playgrounds have been moved to [`/playgrounds`](https://github.com/vitejs/vite/tree/main/playground) out of packages directory. - The packages and playgrounds are now `"type": "module"`. - Plugins are now bundled using [unbuild](https://github.com/unjs/unbuild), and [plugin-vue-jsx](https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx) and [plugin-legacy](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy) were moved to TypeScript.