fieldnotes/.babelrc

9 lines
178 B
Plaintext

{
"presets": ["module:metro-react-native-babel-preset", "module:react-native-dotenv"],
"env": {
"production": {
"plugins": ["transform-remove-console"]
}
}
}