diff --git a/babel.config.js b/babel.config.js index 64a433936eb7..d8ad66917b82 100644 --- a/babel.config.js +++ b/babel.config.js @@ -72,7 +72,7 @@ const metro = { ], env: { production: { - plugins: ['transform-remove-console', {exclude: ['error', 'warn']}], + plugins: [['transform-remove-console', {exclude: ['error', 'warn']}]], }, }, };