Explorar o código

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

Evan You hai 1 ano
pai
achega
a3edc274e4
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  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'
 import * as CompilerSFC from '@vue/compiler-sfc'
 
 
 export default defineConfig({
 export default defineConfig({
-  build: {
-    target: 'esnext',
-    minify: 'terser',
-    terserOptions: {
-      compress: {
-        pure_getters: true,
-      },
-    },
-  },
   clearScreen: false,
   clearScreen: false,
   plugins: [
   plugins: [
     Vue({
     Vue({