From 6336cc17eb10151a98db4b5e11f46dee48ac6b75 Mon Sep 17 00:00:00 2001 From: "wenjie.luo" <932873781@qq.com> Date: Wed, 10 Nov 2021 02:47:58 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'babel.config.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- babel.config.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 babel.config.js diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index c8e69f5..0000000 --- a/babel.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - presets: [ - '@vue/app' - ] -}