lbry-react-native/.babelrc

11 lines
244 B
Plaintext
Raw Normal View History

2019-07-09 02:54:32 +02:00
{
"presets": ["module:metro-react-native-babel-preset"],
"plugins": [
"@babel/plugin-proposal-nullish-coalescing-operator",
2019-07-12 16:53:46 +02:00
"@babel/plugin-proposal-object-rest-spread",
2019-07-09 02:54:32 +02:00
["module-resolver", {
root: ["./src"],
}],
]
}