mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
dbdd663921
Fixes https://github.com/zeit/next.js/issues/6138 Tested with both latest and 8.0.0-canary.17
17 lines
213 B
Plaintext
17 lines
213 B
Plaintext
{
|
|
"presets": [
|
|
"next/babel"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"module-resolver",
|
|
{
|
|
"root": ["./"],
|
|
"alias": {
|
|
"^react-native$": "react-native-web"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|