chore: remove unnecessary config in dev config [ci skip]
This commit is contained in:
parent
5828f2441f
commit
a3edc274e4
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue