Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created February 25, 2016 02:59
Embed
What would you like to do?
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