rsnext/examples/with-react-native-web/.babelrc
2019-01-29 13:42:44 +01:00

16 lines
213 B
Text

{
"presets": [
"next/babel"
],
"plugins": [
[
"module-resolver",
{
"root": ["./"],
"alias": {
"^react-native$": "react-native-web"
}
}
]
]
}