From a162027d542d2307bb327bc813c25b11cc56dd9b Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 15 Dec 2020 10:43:55 +0800 Subject: [PATCH] dist --- babel.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babel.config.js b/babel.config.js index 2a114fb..330a31f 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,8 +1,8 @@ let build = [] if (process.env.NODE_ENV === 'production') { - build = ['transform-remove-console'] + // build = ['transform-remove-console'] console.log("tianjia") - // build = [] + build = [] } module.exports = { presets: [ -- 2.39.5