From e3c806ea3c2c2cf12d84b4d96141f57a792ce7e7 Mon Sep 17 00:00:00 2001 From: wxs <211789910@qq.com> Date: Wed, 4 Feb 2026 14:01:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89console=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Skyeye-sys-ui/babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Skyeye-sys-ui/babel.config.js b/frontend/Skyeye-sys-ui/babel.config.js index 8b24038..67f3648 100644 --- a/frontend/Skyeye-sys-ui/babel.config.js +++ b/frontend/Skyeye-sys-ui/babel.config.js @@ -1,6 +1,6 @@ const prodPlugins = [] if (process.env.NODE_ENV === 'production') { - prodPlugins.push('transform-remove-console') + // prodPlugins.push('transform-remove-console') } module.exports = { presets: [[