mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-08 23:03:08 +08:00
fix: 指定 @babel/runtime 版本
This commit is contained in:
parent
ffea62ab70
commit
5e5e2572fd
@ -40,6 +40,7 @@ module.exports = (api, options, rootOptions) => {
|
|||||||
'@dcloudio/uni-helper-json': '*'
|
'@dcloudio/uni-helper-json': '*'
|
||||||
},
|
},
|
||||||
devDependencies: {
|
devDependencies: {
|
||||||
|
"@babel/runtime": "~7.12.0",// 临时指定版本,7.13.x 会报错
|
||||||
'postcss-comment': '^2.0.0',
|
'postcss-comment': '^2.0.0',
|
||||||
'@dcloudio/types': '*',
|
'@dcloudio/types': '*',
|
||||||
'miniprogram-api-typings': '*',
|
'miniprogram-api-typings': '*',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user