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
{{ message }}
This repository was archived by the owner on Oct 17, 2020. It is now read-only.
The problem is that the current architecture cannot resolve dynamic modules because of limitations when the server analyzes the dependency graph and because of the use of the AMD specification which executes the define() call once and for all, making it it impossible to make a module depend on different dependencies depending on runtime values.