From 64c98777a8e895668901ca05fc9719bc7d01b13a Mon Sep 17 00:00:00 2001 From: coderwei <916606569@qq.com> Date: Thu, 22 May 2025 09:29:51 +0800 Subject: [PATCH] pref: remove babel config --- web/babel.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/babel.config.js b/web/babel.config.js index e9558405..4ba52ba2 100644 --- a/web/babel.config.js +++ b/web/babel.config.js @@ -1,5 +1 @@ -module.exports = { - presets: [ - '@vue/cli-plugin-babel/preset' - ] -} +module.exports = {}