From 54bc196685776176810e1ff5bbaa821cbb9c14bb Mon Sep 17 00:00:00 2001 From: roymondchen Date: Thu, 17 Nov 2022 20:11:34 +0800 Subject: [PATCH] =?UTF-8?q?chore(playground):=20=E5=8A=A0=E4=B8=8Avite-plu?= =?UTF-8?q?gin-vue-setup-extend=E5=90=8E=E5=86=8DDevTools=E4=B8=8A?= =?UTF-8?q?=E7=9C=8B=E4=B8=8D=E5=88=B0vue=E7=9A=84=E6=BA=90=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BA=86,=E5=9B=BA=E5=8E=BB=E6=8E=89=E8=AF=A5?= =?UTF-8?q?=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/package.json | 1 - playground/vite.config.ts | 2 -- pnpm-lock.yaml | 2 -- 3 files changed, 5 deletions(-) diff --git a/playground/package.json b/playground/package.json index bd8039d6..6cf05b64 100644 --- a/playground/package.json +++ b/playground/package.json @@ -36,7 +36,6 @@ "sass": "^1.35.1", "typescript": "^4.7.4", "vite": "^3.1.3", - "vite-plugin-vue-setup-extend": "^0.4.0", "vue-tsc": "^1.0.8" } } diff --git a/playground/vite.config.ts b/playground/vite.config.ts index 20b32405..5a871f21 100644 --- a/playground/vite.config.ts +++ b/playground/vite.config.ts @@ -19,7 +19,6 @@ import path from 'path'; import { defineConfig } from 'vite'; -import VueSetupExtend from 'vite-plugin-vue-setup-extend'; import legacy from '@vitejs/plugin-legacy'; import vue from '@vitejs/plugin-vue'; import vueJsx from '@vitejs/plugin-vue-jsx'; @@ -28,7 +27,6 @@ export default defineConfig({ plugins: [ vue(), vueJsx(), - VueSetupExtend(), legacy({ targets: ['defaults', 'not IE 11'], }), diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 14eeaa99..e2529dae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -506,7 +506,6 @@ importers: terser: ^5.14.2 typescript: ^4.7.4 vite: ^3.1.3 - vite-plugin-vue-setup-extend: ^0.4.0 vue: ^3.2.37 vue-router: ^4.0.10 vue-tsc: ^1.0.8 @@ -535,7 +534,6 @@ importers: sass: 1.52.2 typescript: 4.7.4 vite: 3.1.3_sass@1.52.2+terser@5.14.2 - vite-plugin-vue-setup-extend: 0.4.0_vite@3.1.3 vue-tsc: 1.0.8_typescript@4.7.4 runtime/react: