Skip to content

Instantly share code, notes, and snippets.

@LucasMallmann
Created May 6, 2020 15:30
Show Gist options
  • Save LucasMallmann/9f84f3203702dbbcf855088037e0d7f7 to your computer and use it in GitHub Desktop.
Save LucasMallmann/9f84f3203702dbbcf855088037e0d7f7 to your computer and use it in GitHub Desktop.
Babel configuration for root import
{
"presets": ["next/babel"],
"plugins": [
[
"babel-plugin-root-import",
{
"rootPathSuffix": "./",
"rootPathPrefix": "~/"
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment