复现bug

uniapp项目初次运行在支付宝开发者工具报错VM235:3 Module Error (from C:/snapshot/cube/node_modules/@ali/antcube-build/lib/build/loader/app.js):
分包应用开启 “lazyCodeLoading” 时必须同时开启 “subPackageBuildType”: “shared”

报错截图

在这里插入图片描述

解决方法

在manifest.json文件里添加**“subPackageBuildType”: “shared”**,就可以了

"mp-alipay" : {
"usingComponents" : true,
"appid" : "你的支付宝小程序ID",
"lazyCodeLoading" : "requiredComponents",
"subPackageBuildType": "shared",//这一句
"uniStatistics" : {
"enable" : true
}
},
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐