fixed builld minification

This commit is contained in:
2022-06-05 14:43:54 +02:00
parent b7cf393370
commit 6ee63b8399

View File

@@ -13,7 +13,7 @@ async function createConfig() {
},
base: BASE_URL,
build: {
minify: DEVELOPMENT,
minify: !DEVELOPMENT,
target: DEVELOPMENT ? "modules" : "es6",
sourcemap: DEVELOPMENT,
},