From e3fdca4ac27f2b94b5947209905ecabec6bceb22 Mon Sep 17 00:00:00 2001 From: wxs <211789910@qq.com> Date: Wed, 4 Feb 2026 11:32:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E7=8E=AF=E5=A2=83=E4=B9=9F?= =?UTF-8?q?=E5=BC=80=E5=90=AFconsole=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Skyeye-sys-ui/babel.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/Skyeye-sys-ui/babel.config.js b/frontend/Skyeye-sys-ui/babel.config.js index d1e18e4..67f3648 100644 --- a/frontend/Skyeye-sys-ui/babel.config.js +++ b/frontend/Skyeye-sys-ui/babel.config.js @@ -1,11 +1,11 @@ const prodPlugins = [] if (process.env.NODE_ENV === 'production') { - prodPlugins.push('transform-remove-console') + // prodPlugins.push('transform-remove-console') } module.exports = { presets: [[ "@babel/preset-env", { targets: "> 1% in AU and not dead", shippedProposals: true }, - ],'@vue/cli-plugin-babel/preset'], - plugins:[...prodPlugins] + ], '@vue/cli-plugin-babel/preset'], + plugins: [...prodPlugins] }