Skip to content

Instantly share code, notes, and snippets.

@garbles
Created February 11, 2017 02:41
Show Gist options
  • Save garbles/0b92aa24129e9d73bc3190cee91b35e7 to your computer and use it in GitHub Desktop.
Save garbles/0b92aa24129e9d73bc3190cee91b35e7 to your computer and use it in GitHub Desktop.
{
"presets": ["es-2015"],
"plugins": ["syntax-flow"],
"env": {
"development": {
"plugins": ["strip-flow-types"]
},
"test": {
"plugins": ["flow-to-gen", "strip-flow-types"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment