mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-25 06:05:39 -04:00
release mode not compress Signed-off-by: houhaoyu <houhaoyu@huawei.com> Change-Id: Ifeddfa1c610f0a129e5112c6c89cd0aedcf9adb1
This commit is contained in:
@@ -168,7 +168,13 @@ function setReleaseConfig(config) {
|
|||||||
minimizer: [new TerserPlugin({
|
minimizer: [new TerserPlugin({
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
compress: {
|
compress: {
|
||||||
join_vars: false
|
join_vars: false,
|
||||||
|
sequences: 0
|
||||||
|
},
|
||||||
|
format: {
|
||||||
|
semicolons: false,
|
||||||
|
beautify: true,
|
||||||
|
indent_level: 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})]
|
})]
|
||||||
|
|||||||
Reference in New Issue
Block a user