mirror of https://github.com/vuejs/core.git
chore: minify config for playground
This commit is contained in:
parent
db3151b1a5
commit
91fc0d1251
|
@ -6,8 +6,9 @@ export default defineConfig({
|
|||
build: {
|
||||
modulePreload: false,
|
||||
target: 'esnext',
|
||||
minify: false,
|
||||
minify: 'terser',
|
||||
terserOptions: {
|
||||
format: { comments: false },
|
||||
compress: {
|
||||
pure_getters: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue