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

This commit is contained in:
Evan You 2024-12-01 18:21:26 +08:00
parent 5828f2441f
commit a3edc274e4
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
1 changed files with 0 additions and 9 deletions

View File

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