fix babelrc indentation

This commit is contained in:
Guilherme Gazzo 2017-11-20 15:29:56 -02:00
parent 8243593716
commit 03ac960809
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"presets": ["react-native"],
"plugins": ["transform-decorators-legacy"],
"env": {
"env": {
"production": {
"plugins": ["transform-remove-console"]
}