mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
15 lines
256 B
Plaintext
15 lines
256 B
Plaintext
{
|
|
"presets": ["module:metro-react-native-babel-preset"],
|
|
"plugins": [
|
|
[
|
|
"istanbul",
|
|
{
|
|
"instrument": true,
|
|
"relativePath": false,
|
|
"include": ["**/src/**"],
|
|
"useInlineSourceMaps": false
|
|
}
|
|
]
|
|
]
|
|
}
|