verdnatura-chat/.babelrc

10 lines
222 B
Plaintext
Raw Normal View History

2017-08-03 18:23:43 +00:00
{
2019-03-14 14:47:06 +00:00
"presets": ["module:metro-react-native-babel-preset"],
"plugins": [["@babel/plugin-proposal-decorators", { "legacy": true }]],
"env": {
"production": {
"plugins": ["transform-remove-console"]
}
}
2017-08-03 18:23:43 +00:00
}