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: {
|
build: {
|
||||||
modulePreload: false,
|
modulePreload: false,
|
||||||
target: 'esnext',
|
target: 'esnext',
|
||||||
minify: false,
|
minify: 'terser',
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
|
format: { comments: false },
|
||||||
compress: {
|
compress: {
|
||||||
pure_getters: true,
|
pure_getters: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue