Skip to content

Instantly share code, notes, and snippets.

@alexeyraspopov
Created January 15, 2016 20:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexeyraspopov/f72ea13bfcff8343e4ee to your computer and use it in GitHub Desktop.
Save alexeyraspopov/f72ea13bfcff8343e4ee to your computer and use it in GitHub Desktop.
Minimal configuration for using async/await
{
"optional": ["runtime"]
}
{
"name": "name",
"version": "0.0.0",
"devDependencies": {
"babel": "5.8.34",
"babel-runtime": "5.8.34"
}
}
@istarkov
Copy link

babel 6 note:

.babelrc

{
  "presets": ["es2015", "stage-0"],
  "plugins": ["transform-runtime"]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment