mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-18 16:04:32 -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({
|
||||
terserOptions: {
|
||||
compress: {
|
||||
join_vars: false
|
||||
join_vars: false,
|
||||
sequences: 0
|
||||
},
|
||||
format: {
|
||||
semicolons: false,
|
||||
beautify: true,
|
||||
indent_level: 2
|
||||
}
|
||||
}
|
||||
})]
|
||||
|
||||
Reference in New Issue
Block a user