Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit a3edc27

Browse files
committed
chore: remove unnecessary config in dev config [ci skip]
1 parent 5828f24 commit a3edc27

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

playground/vite.config.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ import Vue from '@vitejs/plugin-vue'
55
import * as CompilerSFC from '@vue/compiler-sfc'
66

77
export default defineConfig({
8-
build: {
9-
target: 'esnext',
10-
minify: 'terser',
11-
terserOptions: {
12-
compress: {
13-
pure_getters: true,
14-
},
15-
},
16-
},
178
clearScreen: false,
189
plugins: [
1910
Vue({

0 commit comments

Comments
 (0)