-
Creator 版本:V3.7
-
目标平台: 微信小游戏
-
重现方式:开启MD5Cache 以后读取src/bundle-scripts/ 下的index.js 文件会报错
assetManager.loadBundle('01_graphics', {version: 'fbc07'}, function (err, bundle) {
if (err) {
return console.error(err);
}
console.log('load bundle successfully.');
});
- 之前哪个版本是正常的: V2.4
- 重现概率:必现
当verison通过远端配置时,这里线上包的index.js的MD5和配置的不一样造成无法读取

