提交 b4b2b2b5 编写于 作者: Q qiang

fix: regenerator-runtime use root deps

上级 ea706e8f
......@@ -195,6 +195,9 @@ module.exports = {
alias['@dcloudio/uni-app'] = require.resolve('@dcloudio/vue-cli-plugin-uni/packages/uni-app')
}
// 使用外层依赖的版本
alias['regenerator-runtime'] = require.resolve('regenerator-runtime')
return {
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',
entry () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册