From 4371a95c0d072326c0fb013fbe6c04d056d329ad Mon Sep 17 00:00:00 2001 From: wxs <211789910@qq.com> Date: Wed, 4 Feb 2026 13:24:29 +0800 Subject: [PATCH] update --- 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: [[