]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove unnecessary config in dev config [ci skip]
authorEvan You <evan@vuejs.org>
Sun, 1 Dec 2024 10:21:26 +0000 (18:21 +0800)
committerEvan You <evan@vuejs.org>
Sun, 1 Dec 2024 10:21:38 +0000 (18:21 +0800)
playground/vite.config.ts

index e1a3745cbe9559860f483697c7890262f0839b29..8b4b1a423f7e387bbfcfe2ec663f838907e9084b 100644 (file)
@@ -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({