使用 babel 转码 async await 无法解析问题
报错:You gave us a visitor for the node type "ForAwaitStatement" but it's not a valid type
.babelrc 配置文件
{ "plugins": [ "transform-strict-mode",
"transform-es2015-modules-commonjs", "transform-es2015-spread",
"transform-es2015-destructuring", "transform-es2015-parameters"
], "presets": [ "es2015", "stage-0"
]
}
一只名叫tom的猫
阿晨1998
随时随地看视频慕课网APP
相关分类