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: [[