Skip to content

Instantly share code, notes, and snippets.

@mateoKaradza
Created September 27, 2017 11:31
Show Gist options
  • Save mateoKaradza/46aa8fe7717fac55d3c4fd0336ddc807 to your computer and use it in GitHub Desktop.
Save mateoKaradza/46aa8fe7717fac55d3c4fd0336ddc807 to your computer and use it in GitHub Desktop.
{
"presets": ["react-native"],
"plugins": [
["module-resolver", {
"root": ["./src"],
"alias": {
"actions": "./src/actions",
"components": "./src/components",
"constants": "./src/constants",
"styles": "./src/styles",
"utils": "./src/utils"
},
"extensions": [".js"]
}]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment