2017-08-03 18:23:43 +00:00
|
|
|
{
|
2018-09-25 19:28:42 +00:00
|
|
|
"presets": ["module:metro-react-native-babel-preset"],
|
2018-07-18 20:34:59 +00:00
|
|
|
"plugins": [["@babel/plugin-proposal-decorators", { "legacy": true }]],
|
2017-11-20 17:29:56 +00:00
|
|
|
"env": {
|
2017-11-19 02:23:15 +00:00
|
|
|
"production": {
|
|
|
|
"plugins": ["transform-remove-console"]
|
|
|
|
}
|
|
|
|
}
|
2017-08-03 18:23:43 +00:00
|
|
|
}
|