Closed margintopt closed 3 years ago
Hello @margintopt. In order to facilitate location and troubleshooting, we need you to provide a realistic example. Please forking these link codesandbox or clone qiankun examples to your GitHub repository.
你好 @margintopt, 为了方便定位和排查问题,我们需要你提供一个重现实例,请提供一个尽可能精简的链接 codesandbox 或直接 clone qiankun examples,并上传到你的 GitHub 仓库。
Since the issue was labeled with Need Reproduction
, but no response in 30 days. This issue will be close. If you have any questions, you can comment and reply.
由于该 issue 被标记为需要可复现步骤,却 30 天未收到回应。现关闭 issue,若有任何问题,可评论回复。
What happens?
excludeAssetFilter 可以拦截动态插入的js,但是style标签没有效果
主应用为angular11 子应用为umi 从子应用跳转到一个angular的路由,这时卸载子应用和路由加载是同步进行的,会出现卸载未完成的同时就会去懒加载主应用这个页面的js和css,之后js和css都会动态插入head中. 现在使用excludeAssetFilter可以不拦截js, 但是style标签怎么处理呢 A clear and concise description of what the bug is.
Mini Showcase Repository(REQUIRED)
How To Reproduce
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
Context