Rocket.Chat.ReactNative/.babelrc

10 lines
168 B
Plaintext

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