Skip to content

Instantly share code, notes, and snippets.

@achhunna
Created May 5, 2019 00:17
Show Gist options
  • Save achhunna/2d6376690b711507ba0991cb2aa0c24e to your computer and use it in GitHub Desktop.
Save achhunna/2d6376690b711507ba0991cb2aa0c24e to your computer and use it in GitHub Desktop.
Babelrc file
{
"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