Closed MarkChrisLevy closed 6 years ago
When importing from "rxjs/operators" webpack tree-shaking is not working (by default) properly. Better to import modules for specific methods. Read more: https://github.com/ReactiveX/rxjs/blob/master/doc/lettable-operators.md#build-and-treeshaking
So with default webpack configuration, all rxjs package is included in the bundle...
When importing from "rxjs/operators" webpack tree-shaking is not working (by default) properly. Better to import modules for specific methods. Read more: https://github.com/ReactiveX/rxjs/blob/master/doc/lettable-operators.md#build-and-treeshaking
So with default webpack configuration, all rxjs package is included in the bundle...