This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
commit 04a791b4e6d4db2db4e2f1ac2e1e5483ebe31acf Author: Thomas Bouron <[email protected]> AuthorDate: Thu Sep 12 14:17:48 2019 +0100 Remove `drop-console` options to allow info, warn and error logs to be displayed on production builds --- ui-modules/shared/config/build/webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-modules/shared/config/build/webpack.config.js b/ui-modules/shared/config/build/webpack.config.js index 359c42a..9f77065 100644 --- a/ui-modules/shared/config/build/webpack.config.js +++ b/ui-modules/shared/config/build/webpack.config.js @@ -224,7 +224,6 @@ if (ENV === 'development') { mangle: false, compress: { dead_code: true, - drop_console: true, unused: true, warnings: false }
