Skip to content

Commit

Permalink
chore: remove unnecessary config in dev config [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 1, 2024
1 parent 5828f24 commit a3edc27
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit a3edc27

Please sign in to comment.