From: Evan You Date: Sun, 1 Dec 2024 10:21:26 +0000 (+0800) Subject: chore: remove unnecessary config in dev config [ci skip] X-Git-Tag: v3.6.0-alpha.1~16^2~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3edc274e46f15453241c625c7aafb706e607c7d;p=thirdparty%2Fvuejs%2Fcore.git chore: remove unnecessary config in dev config [ci skip] --- diff --git a/playground/vite.config.ts b/playground/vite.config.ts index e1a3745cbe..8b4b1a423f 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({