Parcourir la source

chore: remove unnecessary config in dev config [ci skip]

Evan You il y a 1 an
Parent
commit
a3edc274e4
1 fichiers modifiés avec 0 ajouts et 9 suppressions
  1. 0 9
      playground/vite.config.ts

+ 0 - 9
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({