diff --git a/compiler/webpack.config.js b/compiler/webpack.config.js index 793cb95..34e9299 100644 --- a/compiler/webpack.config.js +++ b/compiler/webpack.config.js @@ -105,7 +105,8 @@ function initConfig(config) { plugins: [ '@babel/plugin-transform-modules-commonjs', '@babel/plugin-proposal-class-properties' - ] + ], + compact:false }, }, { loader: path.resolve(__dirname, 'lib/process_js_file.js')},