Skip to content

Instantly share code, notes, and snippets.

View jhen0409's full-sized avatar
🎯
Focusing

Jhen-Jie Hong jhen0409

🎯
Focusing
View GitHub Profile
@jhen0409
jhen0409 / .babelrc
Last active November 15, 2015 17:40
Node 4.0.0 babel 5 blacklist
{
"stage": 0,
"blacklist": [
"es6.arrowFunctions",
"es6.blockScoping",
"es6.classes", // Don't black this if you are using ES7 classes features
"es6.forOf",
"es6.templateLiterals",
"es6.constants",
"es6.properties.computed",