Created
October 9, 2015 01:57
-
-
Save tgroshon/94821ce646cdb1bd457e to your computer and use it in GitHub Desktop.
Babel for Node 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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
maps?