Skip to content

Instantly share code, notes, and snippets.

@tuxsudo
Forked from tgroshon/.babelrc
Created October 12, 2015 22:52
Show Gist options
  • Select an option

  • Save tuxsudo/d6698f7954a01cee7089 to your computer and use it in GitHub Desktop.

Select an option

Save tuxsudo/d6698f7954a01cee7089 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"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment