From c97dfd18c5ad2f12f845d9da534274588668170a Mon Sep 17 00:00:00 2001 From: ival <610568032@qq.com> Date: Wed, 14 Aug 2019 10:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 19de8f003..5e0f39c22 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ module.exports = { presets: [ - '@vue/app',["@babel/preset-env", { "modules": false }] + '@vue/app' ] }