Skip to content

Instantly share code, notes, and snippets.

@zwacky
Last active June 24, 2017 16:45
Show Gist options
  • Save zwacky/b9264cc6eca51c1c671b951d8d924ae9 to your computer and use it in GitHub Desktop.
Save zwacky/b9264cc6eca51c1c671b951d8d924ae9 to your computer and use it in GitHub Desktop.
a basic .babelrc for setting up async/await support
{
"presets": [
[
"env", {
"targets": {
"browsers": [
"last 2 versions",
"IE >= 9"
]
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment