Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2版本开发好的页面在360浏览器兼容模式下一直转圈加载中,Loading chunk vendors failed. #5462

Closed
dongkeng001 opened this issue Oct 22, 2019 · 4 comments

Comments

@dongkeng001
Copy link

dongkeng001 commented Oct 22, 2019

bug 描述 [详细地描述 bug,让大家都能理解]
这是360浏览器控制台报的问题,谷歌浏览器是正常的
kk_image

SCRIPT1014: 无效字符
vendors.async.js, 行25 字符25
Unhandled promise rejection ChunkLoadError: Loading chunk vendors failed.
(missing: http://xxx.xx.xxx.xx:8000/vendors.async.js)

复现步骤 [清晰描述复现步骤,让别人也能看到问题]
360浏览器加载页面一直加载中
期望结果 [描述你原本期望看到的结果]
正常显示页面
复现代码 [提供可复现的代码,仓库,或线上示例]

版本信息:
v2版本

  • Ant Design Pro 版本: [e.g. 4.0.0]
  • umi 版本
  • 浏览器环境
  • 开发环境 [e.g. mac OS]

其他信息 [如截图等其他信息可以贴在这里]

@chenshuai2144
Copy link
Collaborator

这是ie吧?
关闭动态加载。
https://umijs.org/zh/plugin/umi-plugin-react.html#dynamicimport

@dongkeng001
Copy link
Author

这是ie吧?
关闭动态加载。
https://umijs.org/zh/plugin/umi-plugin-react.html#dynamicimport

我直接把动态加载配置全注释了,还是一直在加载中,只是控制台报了这个错
SCRIPT1014: 无效字符
umi.js, 行5012 字符25

/dynamicImport: {
loadingComponent: './components/PageLoading/index',
webpackChunkName: true,
level: 3,
},
/

fc

@chenshuai2144
Copy link
Collaborator

target 设置一下,ie 要兼容需要一系列配置,并且确认你的包没有任何使用了新语法的东西

@dongkeng001 dongkeng001 changed the title [BUG] v2版本开发好的页面在360浏览器一直转圈加载中,帮忙看下下面的报错 v2版本开发好的页面在360浏览器兼容模式下一直转圈加载中,帮忙看下下面的报错 Oct 22, 2019
@dongkeng001 dongkeng001 changed the title v2版本开发好的页面在360浏览器兼容模式下一直转圈加载中,帮忙看下下面的报错 v2版本开发好的页面在360浏览器兼容模式下一直转圈加载中,Loading chunk vendors failed. Oct 22, 2019
@xiaohuoni
Copy link
Member

定位方法 umijs/umi#1421 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants