From 03ac9608093f4d1a960cd6ebe0982f20b09b7eaf Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Mon, 20 Nov 2017 15:29:56 -0200 Subject: [PATCH] fix babelrc indentation --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }