2
0
Эх сурвалжийг харах

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

Evan You 1 жил өмнө
parent
commit
a3edc274e4

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