You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I don't know what you want to achieve. But I think you should use something like require js or dojo's require functionilty to lazy load dependencies. In your app config you should only specify common deps and the deps required to run app.init() or something like that.
Write a function into
util.js
to add dependency inapp.js
when you create new moduleThe text was updated successfully, but these errors were encountered: