Skip to content

Instantly share code, notes, and snippets.

@berlysia
Created April 14, 2016 16:50
Show Gist options
  • Save berlysia/d2545368c9d0ad8397736585e2f3ebb4 to your computer and use it in GitHub Desktop.
Save berlysia/d2545368c9d0ad8397736585e2f3ebb4 to your computer and use it in GitHub Desktop.
{
"presets": [
"es2015"
],
"plugins": [
"syntax-flow",
"transform-flow-strip-types"
],
"env": {
"development": {
"presets": [
"power-assert"
],
"plugins": [
"auto-import-assert",
"typecheck"
]
},
"production": {
"plugins": [
"unassert"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment