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
描述:
使用 amd 模式, AllInOne 的 includeAsyncs 配置为 true。 合并起来的 js 文件, async 模块在 require('mod', function(){}); 的后面被定义,所以requirejs还是会发起网络请求
require('mod', function(){});
所以应该将 async 模块前置
The text was updated successfully, but these errors were encountered:
感谢反馈
Sorry, something went wrong.
稍等我会,我分析下原因。
@sojuker 请更新 1.3.1 版本,之前对于异步资源加入顺序是不对的,现在优化了逻辑,问题已经解决。
No branches or pull requests
描述:
使用 amd 模式, AllInOne 的 includeAsyncs 配置为 true。 合并起来的 js 文件, async 模块在
require('mod', function(){});
的后面被定义,所以requirejs还是会发起网络请求所以应该将 async 模块前置
版本和配置
源码
编译后
html 代码
allInOne 的 js 代码
The text was updated successfully, but these errors were encountered: