瀏覽代碼

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

Evan You 1 年之前
父節點
當前提交
a3edc274e4
共有 1 個文件被更改,包括 0 次插入9 次删除
  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({