Created
May 5, 2019 00:17
-
-
Save achhunna/2d6376690b711507ba0991cb2aa0c24e to your computer and use it in GitHub Desktop.
Babelrc file
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
{ | |
"presets": [ | |
["env", { "modules": false }] | |
], | |
"env": { | |
"test": { | |
"presets": [ | |
["env", { "targets": { "node": "current" }}] | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment