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 Apr 20, 2018. It is now read-only.
I'm trying to use rxjs-jquery with requirejs. When you load jQuery via requirejs, it defines its module id as jquery. However, rxjs-jquery defines its dependency as jQuery. This can be worked around by adding to the require config, but it seems like it would be cleaner if rxjs-jquery just used the correctly cased module id (jquery) instead.
I'm trying to use
rxjs-jquerywithrequirejs. When you loadjQueryviarequirejs, it defines its module id asjquery. However,rxjs-jquerydefines its dependency asjQuery. This can be worked around by adding to therequireconfig, but it seems like it would be cleaner ifrxjs-jqueryjust used the correctly cased module id (jquery) instead.Thanks