Skip to content

Commit

Permalink
Update .babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 1, 2018
1 parent a2191ec commit 5ec99df
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"presets": ["react-native"],
"presets": [
"react-native"
],
"plugins": [
["module-resolver", {
"alias": {
"react-native": "react-native-macos",
[
"module-resolver",
{
"alias": {
"react-native": "react-native-macos"
}
}
}]
]
]
}
}

0 comments on commit 5ec99df

Please sign in to comment.