Skip to content

Instantly share code, notes, and snippets.

@janhesters
Created September 26, 2020 12:31
Show Gist options
  • Save janhesters/084e426e9c09d8443bf415bdf7f18775 to your computer and use it in GitHub Desktop.
Save janhesters/084e426e9c09d8443bf415bdf7f18775 to your computer and use it in GitHub Desktop.
Configure Babel.
{
"env": {
"test": {
"plugins": [
[
"module-resolver",
{
"root": [
"."
],
"alias": {
"features": "./src/features"
}
}
]
]
}
},
"presets": [
[
"next/babel"
]
],
"plugins": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment