码迷,mamicode.com
首页 > 其他好文 > 详细

regeneratorRuntime is not defined报错处理

时间:2019-07-15 01:16:39      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:amp   plugin   sync   报错处理   语法   提示   class   transform   nsf   

提示这个报错是因为使用了async/await等es7语法,需要babel进行转换

具体:(babel7)

$ yarn add @babel/runtime && yarn add --dev @babel/plugin-transform-runtime

并在.babelrc里面添加如下:

{
    ...,
    plugins: ['@babel/plugin-transform-runtime']
}

regeneratorRuntime is not defined报错处理

标签:amp   plugin   sync   报错处理   语法   提示   class   transform   nsf   

原文地址:https://www.cnblogs.com/musiq66/p/11186598.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!