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
globalAsyncAsSync 是否将全局下面的异步用法,当同步处理。作用是,本来要运行时加载的,现在变成页面里面直接引用了。
globalAsyncAsSync
这个配置项没有设置成功,
require(["a.js"])
require('"a.js"')
// fis async
// fis sync
是否有修改过相关功能,还是我理解的不够。___
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个配置项没有设置成功,
require(["a.js"])
这样始终是异步的require('"a.js"')
这样始终是同步的globalAsyncAsSync
无关// fis async
与// fis sync
也没效果是否有修改过相关功能,还是我理解的不够。___
The text was updated successfully, but these errors were encountered: