Will Console.log wird automatisch in React Native für den Entwicklungsbau deaktiviert
{
"presets": ["react-native"],
"env": {
"production": {
"plugins": ["transform-remove-console"]
}
}
}
Exuberant Emu