From 78c95363c03f5bc3f3ad998bed3cd367d873fee6 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 15 Dec 2020 10:49:37 +0800 Subject: [PATCH] remove --- babel.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/babel.config.js b/babel.config.js index 330a31f..2d47eef 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,12 +1,5 @@ -let build = [] -if (process.env.NODE_ENV === 'production') { - // build = ['transform-remove-console'] - console.log("tianjia") - build = [] -} module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ], - plugins: [...build] }