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 }]],
|
2018-04-21 19:10:44 +00:00
|
|
|
"env": {
|
|
|
|
"production": {
|
|
|
|
"plugins": ["transform-remove-console"]
|
|
|
|
}
|
|
|
|
}
|
2017-08-03 18:23:43 +00:00
|
|
|
}
|