mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
16 lines
255 B
Plaintext
16 lines
255 B
Plaintext
{
|
|
"presets": ["babel-preset-expo"],
|
|
"env": {
|
|
"development": {
|
|
"plugins": ["transform-react-jsx-source"]
|
|
}
|
|
},
|
|
"plugins": [
|
|
["module-resolver", {
|
|
"alias": {
|
|
"react-native-debug-console": "../lib"
|
|
}
|
|
}]
|
|
]
|
|
}
|