fixed builld minification
This commit is contained in:
@@ -13,7 +13,7 @@ async function createConfig() {
|
|||||||
},
|
},
|
||||||
base: BASE_URL,
|
base: BASE_URL,
|
||||||
build: {
|
build: {
|
||||||
minify: DEVELOPMENT,
|
minify: !DEVELOPMENT,
|
||||||
target: DEVELOPMENT ? "modules" : "es6",
|
target: DEVELOPMENT ? "modules" : "es6",
|
||||||
sourcemap: DEVELOPMENT,
|
sourcemap: DEVELOPMENT,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user