From c91826f74162da371ea90b681dec8a0558f60dd2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 1 Dec 2022 11:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- babel.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index fd930f7a..1b386177 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,7 +2,6 @@ module.exports = { presets: [ '@vue/app', ], - sourceType: 'unambiguous', plugins: [ // 可选链插件, 其他babel插件也是一样的安装方式 "@babel/plugin-proposal-optional-chaining",