Skip to content

Instantly share code, notes, and snippets.

@marr
Created August 26, 2016 00:43
Show Gist options
  • Save marr/f02cc89e20d5787781df9bc141bb5492 to your computer and use it in GitHub Desktop.
Save marr/f02cc89e20d5787781df9bc141bb5492 to your computer and use it in GitHub Desktop.
{
"presets": [
["es2015", { loose: true, modules: false }],
"stage-0",
"react"
],
"plugins": [
"transform-runtime",
"transform-async-to-generator",
"syntax-async-functions"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment