使用 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"
]
}
babel 轉碼 async await 無法解析問題
一只名叫tom的貓
2018-09-15 14:12:37