Created
October 27, 2018 10:03
-
-
Save inspireui/504f943c1964ffcb848cb862455c51a5 to your computer and use it in GitHub Desktop.
.babelrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": ["module:metro-react-native-babel-preset"], | |
"env": { | |
"production": { | |
"plugins": [ | |
"transform-remove-console", | |
["@babel/plugin-proposal-decorators", { "legacy": true }] | |
] | |
}, | |
"development": { | |
"plugins": [ | |
"transform-remove-console", | |
["@babel/plugin-proposal-decorators", { "legacy": true }] | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment