Created
April 24, 2018 01:27
-
-
Save 4lg4/2781b004c6d76f8d148156452a2093e2 to your computer and use it in GitHub Desktop.
This file contains 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
Show hidden characters
npm i --save babel-plugin-transform-async-to-generator babel-plugin-transform-runtime | |
.babelrc | |
{ | |
"presets": [["env", { | |
"targets": { | |
"node": "8" | |
} | |
}]], | |
"plugins": ["transform-async-to-generator", "transform-runtime"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment