We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
比如: a -> b -> c ->d
b->d
e->d
加载 d 模块 则必定要有 a b c e 四个模块被加载 但是因为现在的依赖分析只能够读取一层。 所以 combo 就只有了 b,c,e, a 模块会单独一次请求。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
比如:
a -> b -> c ->d
b->d
e->d
加载 d 模块 则必定要有 a b c e 四个模块被加载 但是因为现在的依赖分析只能够读取一层。
所以 combo 就只有了 b,c,e, a 模块会单独一次请求。
The text was updated successfully, but these errors were encountered: