Rocket.Chat.ReactNative/.babelrc

10 lines
167 B
Plaintext
Raw Normal View History

2017-08-03 18:23:43 +00:00
{
2017-08-13 01:35:09 +00:00
"presets": ["react-native"],
2017-11-19 02:23:15 +00:00
"plugins": ["transform-decorators-legacy"],
"env": {
"production": {
"plugins": ["transform-remove-console"]
}
}
2017-08-03 18:23:43 +00:00
}