From 6f72ec785053616919575538caaaf361ebf51951 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Wed, 11 Sep 2019 10:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AFconsole=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/config/webpack.config.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/config/webpack.config.prod.js b/public/react/config/webpack.config.prod.js index 8cab0465f..ddc111b9c 100644 --- a/public/react/config/webpack.config.prod.js +++ b/public/react/config/webpack.config.prod.js @@ -305,7 +305,7 @@ module.exports = { warnings: false, compress: { drop_debugger: true, - drop_console: true + // drop_console: true } } }),