Skip to content

Instantly share code, notes, and snippets.

@HerbertLim
Created September 1, 2019 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HerbertLim/579f67c99a328247f95cccf18f80aa77 to your computer and use it in GitHub Desktop.
Save HerbertLim/579f67c99a328247f95cccf18f80aa77 to your computer and use it in GitHub Desktop.
.babelrc for async/await (babel 7 with 4 packages: @babel/core @babel/cli @babel/preset-env @babel/node)
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "10"
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment