Skip to content

Instantly share code, notes, and snippets.

@tgroshon
Created October 9, 2015 01:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tgroshon/94821ce646cdb1bd457e to your computer and use it in GitHub Desktop.
Save tgroshon/94821ce646cdb1bd457e to your computer and use it in GitHub Desktop.
Babel for Node 4
{
"blacklist": [
"es3.memberExpressionLiterals",
"es3.propertyLiterals",
"es5.properties.mutators",
"es6.blockScoping",
"es6.classes",
"es6.constants",
"es6.arrowFunctions",
"es6.spec.symbols",
"es6.templateLiterals",
"es6.literals",
"regenerator"
],
"optional": [
"asyncToGenerator"
]
}
@aaronshaf
Copy link

maps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment