Created
June 10, 2016 09:24
-
-
Save janneh/f4022e15c65cd4aa74c1c58c0ce049e8 to your computer and use it in GitHub Desktop.
Node with async await using babel-node
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
{ | |
"babel": { | |
"plugins": [ | |
"transform-es2015-modules-commonjs", | |
"syntax-async-functions", | |
"transform-async-to-generator" | |
] | |
}, | |
"devDependencies": { | |
"babel-plugin-transform-es2015-modules-commonjs": "6.8.0", | |
"babel-plugin-transform-async-to-generator": "6.8.0", | |
"babel-cli": "6.8.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment