webpack配置
报regeneratorRuntime is not defined的错
npm install --save-dev @babel/plugin-transform-runtime
npm install --save @babel/runtime
在.babelrc文件中加入
{
"plugins": ["@babel/plugin-transform-runtime"]
}
npm install --save-dev @babel/plugin-transform-runtime
npm install --save @babel/runtime
在.babelrc文件中加入
{
"plugins": ["@babel/plugin-transform-runtime"]
}