Skip to content

Instantly share code, notes, and snippets.

@krainboltgreene
Created December 17, 2017 21:25
Show Gist options
  • Save krainboltgreene/fa19026b3506c47814e9768062d0b19a to your computer and use it in GitHub Desktop.
Save krainboltgreene/fa19026b3506c47814e9768062d0b19a to your computer and use it in GitHub Desktop.
{
"presets": [
"env",
"flow"
],
"plugins": [
["flow-runtime"],
"transform-object-rest-spread"
],
"env": {
"test": {
"plugins": [
"istanbul"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment