Created
July 10, 2020 06:40
-
-
Save agm1984/a972f0ca6a66ce174e5e2b54e2dedd5c to your computer and use it in GitHub Desktop.
`.babelrc` settings for Laravel + Vue + Jest
This file contains 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
Show hidden characters
{ | |
"env": { | |
"test": { | |
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment