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

globalAsyncAsSync配置项无效果 #26

Open
biluochun opened this issue Aug 22, 2016 · 0 comments
Open

globalAsyncAsSync配置项无效果 #26

biluochun opened this issue Aug 22, 2016 · 0 comments

Comments

@biluochun
Copy link

biluochun commented Aug 22, 2016

globalAsyncAsSync 是否将全局下面的异步用法,当同步处理。作用是,本来要运行时加载的,现在变成页面里面直接引用了。


这个配置项没有设置成功,

  • require(["a.js"])这样始终是异步
  • require('"a.js"')这样始终是同步
  • 都与配置项globalAsyncAsSync无关
  • 更没有页面里面直接引用的效果,//可能我对这句话理解错误。
  • // fis async// fis sync也没效果

是否有修改过相关功能,还是我理解的不够。___

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