webpack配置

报regeneratorRuntime is not defined的错

    npm install --save-dev @babel/plugin-transform-runtime
    npm install --save @babel/runtime

在.babelrc文件中加入

{
    "plugins": ["@babel/plugin-transform-runtime"]
}
posted @ 2020-01-06 16:09  ~~Distance  阅读(118)  评论(0)    收藏  举报