升级到3.6后,编译构建项目web-mobile后运行出问题

升级到3.6后,编译构建项目web-mobile后运行,加载报错:

 TypeError: Application is not a constructor
    at Object.execute (index.js:20:21)
    at s (system-core.js:309:30)
    at j (system-core.js:300:21)
    at system-core.js:232:12

编辑器操作系统:macOS catalina
之前3.6之版本正常构建运行
浏览器:google chrome 104.0.5112.101

是不是用了 3.6 之前的构建模板?

之前的确是用了3.6之前的模板构建,但是发生错误后,我重新用cocos creator 3.6 编辑器重新生成了新的构建模板,模板如下:

就报下述错误了:

TypeError: Application is not a constructor
    at Object.execute (index.js:20:21)
    at s (system-core.js:309:30)
    at j (system-core.js:300:21)
    at system-core.js:232:12

没有自定义其他文件模板吗?我这边测试没有复现这个情况

谢谢,刚才看了文档,升级3.6有很多地方需要手动升级,我的 application.ejs没有升级导致的了出现错误