We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d582dd8 + 6a86084 commit 1d7fa3dCopy full SHA for 1d7fa3d
.babelrc
@@ -1,3 +1,3 @@
1
{
2
- "plugins": ["transform-async-to-generator"]
+ "presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
3
}
0 commit comments