the-dr-lazy / deox

Functional Type-safe Flux Standard Utilities
https://deox.js.org
MIT License
206 stars 12 forks source link

Make rxjs/operators in UMD bundle an external dependency #41

Closed the-dr-lazy closed 5 years ago

the-dr-lazy commented 5 years ago

rxjs should works as a peer dependency if we want to use something like redux-observable with redux or ngrx. The filter operator from rxjs/operators should be an external dependency in UMD bundle that can be reached by rxjs.operators.filter global variable.