Rocket.Chat.ReactNative/.babelrc

9 lines
148 B
Plaintext
Raw Normal View History

2017-08-03 18:23:43 +00:00
{
"presets": ["module:metro-react-native-babel-preset"],
2017-11-20 17:29:56 +00:00
"env": {
2017-11-19 02:23:15 +00:00
"production": {
"plugins": ["transform-remove-console"]
}
}
2017-08-03 18:23:43 +00:00
}