diff --git a/babel.config.js b/babel.config.js index 96ef322..e9ed33b 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,7 @@ let build = [] if (process.env.NODE_ENV === 'production') { - build = ['transform-remove-console'] + // build = ['transform-remove-console'] + build = [] } module.exports = { presets: [