diff --git a/.babelrc b/.babelrc index ac8c2e036..34739bdc9 100644 --- a/.babelrc +++ b/.babelrc @@ -1,7 +1,7 @@ { "presets": ["react-native"], "plugins": ["transform-decorators-legacy"], - "env": { + "env": { "production": { "plugins": ["transform-remove-console"] }