Skip to content

Instantly share code, notes, and snippets.

@Lokua
Created November 7, 2017 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lokua/d86ba2da92a06c7577dbf91aa04323b8 to your computer and use it in GitHub Desktop.
Save Lokua/d86ba2da92a06c7577dbf91aa04323b8 to your computer and use it in GitHub Desktop.
babel-plugin-module-resolver snippet
{
"plugins": [
[
"module-resolver",
{
"root": ["./src"],
"alias": {
"^\\$(.+)": "./src/\\1"
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment