-
Creator 版本:
cocos 3.6.2 -
目标平台:
pc chrome -
重现方式:
必现 -
重现概率:
必现
加了下面代码才能正常加载。
打包后web-mobile 后,src/chunks/bundle.js 出现有这段代码:
System.register("chunks:///_virtual/env", [], function (exports) {
'use strict';
return {
execute: function () {
var EDITOR = exports('EDITOR', false);
}
};
});
如果没有这段代码,项目无法成功加载其他的远端的bundle。
bundle.js 这个代码是怎么生成的?
