From c84b4809e157174418f56bd8e8e60787db1f32f1 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 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"] }