fix: 指定 @babel/runtime 版本

This commit is contained in:
qiang 2021-02-24 19:23:55 +08:00
parent ffea62ab70
commit 5e5e2572fd

View File

@ -40,6 +40,7 @@ module.exports = (api, options, rootOptions) => {
'@dcloudio/uni-helper-json': '*'
},
devDependencies: {
"@babel/runtime": "~7.12.0",// 临时指定版本7.13.x 会报错
'postcss-comment': '^2.0.0',
'@dcloudio/types': '*',
'miniprogram-api-typings': '*',