From ac338df5ebc4686a379cc2cfbd9b091db922957d Mon Sep 17 00:00:00 2001 From: unknown <1162963624@qq.com> Date: Mon, 30 Nov 2020 13:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=88=A0=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- babel.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 96ef322..e9ed33b 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,7 @@ let build = [] if (process.env.NODE_ENV === 'production') { - build = ['transform-remove-console'] + // build = ['transform-remove-console'] + build = [] } module.exports = { presets: [