From 19e591c5749055da8cb9dcbd67940abbff386846 Mon Sep 17 00:00:00 2001 From: xing Date: Tue, 30 Jun 2020 16:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BB=80=E4=B9=88=E4=B9=B1?= =?UTF-8?q?=E4=B8=83=E5=85=AB=E7=B3=9F=E7=9A=84=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- babel.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/babel.config.js b/babel.config.js index 23aedbf..e955840 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,7 +1,5 @@ module.exports = { presets: [ '@vue/cli-plugin-babel/preset' - ], - plugins: ['transform-remove-console'] - + ] }