diff --git a/compiler/webpack.config.js b/compiler/webpack.config.js index 00565c0..7e7fd6a 100644 --- a/compiler/webpack.config.js +++ b/compiler/webpack.config.js @@ -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 } } })]