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).
When using RxJS with WebPack, apps cannot
require('rx/dist/rx')along with incremental bundles, such asrx/dist/rx.aggregates, due to the UMD header added torx/dist/rx.aggregateset al pulling in and modifyingrx/dist/rx.allas a dependency instead ofrx/dist/rx.Full details, and repo case here: https://github.com/sdesai/rxjs-webpack-test
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).