Created
September 26, 2020 12:31
-
-
Save janhesters/084e426e9c09d8443bf415bdf7f18775 to your computer and use it in GitHub Desktop.
Configure Babel.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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