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

如何指定依赖关系表以实现深度依赖的加载? #19

Open
lichenhao opened this issue Apr 12, 2016 · 0 comments
Open

如何指定依赖关系表以实现深度依赖的加载? #19

lichenhao opened this issue Apr 12, 2016 · 0 comments

Comments

@lichenhao
Copy link

比如:
a -> b -> c ->d

b->d

e->d

加载 d 模块 则必定要有 a b c e 四个模块被加载 但是因为现在的依赖分析只能够读取一层。
所以 combo 就只有了 b,c,e, a 模块会单独一次请求。

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

1 participant