Rocket.Chat.ReactNative/.babelrc

10 lines
168 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"],
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
}