Skip to content

Instantly share code, notes, and snippets.

@tribou
Created December 25, 2015 16:06
Show Gist options
  • Save tribou/5b911cb99289a44ab21e to your computer and use it in GitHub Desktop.
Save tribou/5b911cb99289a44ab21e to your computer and use it in GitHub Desktop.
Example .babelrc file for use with ES6, React, and Flux
{
"presets": [
"es2015",
"react"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment