Skip to content

Instantly share code, notes, and snippets.

@JulienHe
Created February 19, 2018 12:43
Show Gist options
  • Select an option

  • Save JulienHe/3ff7a290f23089c2bc6ee9305934357a to your computer and use it in GitHub Desktop.

Select an option

Save JulienHe/3ff7a290f23089c2bc6ee9305934357a to your computer and use it in GitHub Desktop.
{
"presets": "next/babel",
"plugins": [
[
"module-resolver",
{
"root": ["./"],
"alias": {
"components": "./src/app/components",
"src": "./src",
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment