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.
When using RxJS with WebPack, apps cannot require('rx/dist/rx') along with incremental bundles, such as rx/dist/rx.aggregates, due to the UMD header added to rx/dist/rx.aggregates et al pulling in and modifying rx/dist/rx.all as a dependency instead of rx/dist/rx.
NOTE: I realize there have been other issues and threads around this issue, but I don't believe the root cause has been fixed (outlined in the link above).