Skip to content

Instantly share code, notes, and snippets.

@rarous
Created February 10, 2016 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rarous/f45bae98c976381f7f00 to your computer and use it in GitHub Desktop.
Save rarous/f45bae98c976381f7f00 to your computer and use it in GitHub Desktop.
{
"env": {
"bundle": {
"compact": false,
"comments": false,
"plugins": [
"add-module-exports",
"transform-runtime",
"transform-strict-mode",
"transform-object-rest-spread",
"transform-export-extensions",
"transform-class-properties",
"transform-function-bind",
"transform-react-constant-elements",
"transform-react-inline-elements"
],
"presets": [
"stage-0",
"es2015",
"react"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment