Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created February 25, 2016 02:59
Show Gist options
  • Save scottaddie/40e8fb886500ba8d35a8 to your computer and use it in GitHub Desktop.
Save scottaddie/40e8fb886500ba8d35a8 to your computer and use it in GitHub Desktop.
Babel configuration file for ES 2015 transpilation
{
"presets": [
"es2015"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment