From a3edc274e46f15453241c625c7aafb706e607c7d Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 1 Dec 2024 18:21:26 +0800 Subject: [PATCH] chore: remove unnecessary config in dev config [ci skip] --- playground/vite.config.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/playground/vite.config.ts b/playground/vite.config.ts index e1a3745cb..8b4b1a423 100644 --- a/playground/vite.config.ts +++ b/playground/vite.config.ts @@ -5,15 +5,6 @@ import Vue from '@vitejs/plugin-vue' import * as CompilerSFC from '@vue/compiler-sfc' export default defineConfig({ - build: { - target: 'esnext', - minify: 'terser', - terserOptions: { - compress: { - pure_getters: true, - }, - }, - }, clearScreen: false, plugins: [ Vue({