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