云打包勾选原生js混淆后打包失败
控制台返回:
时间: 2019-04-25 16:44:34 类型: Android 打包失败 错误日志: https://service.dcloud.net.cn/build/errorLog/59ef8a40-6736-11e9-ac3d-c35807783537
日志:
Error code = -5000
Error message:
Error: confusion failed!
manifest.json 配置如图:
t***@163.com
- 发布:2019-04-25 16:48
- 更新:2019-07-05 11:24
- 阅读:1276
confusion数据格式不正确,正确格式如下:
// ...
“plus”: {
// ...
"confusion": {
"description": "JS原生混淆",
"resources": {
"js/common.js": {
},
"js/immersed.js": {
}
}
}
// ...
}
// ...