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