How do I tell what 3rd party module is importing rxjs?

80 Views Asked by At

I'm working on optimizing my Angular 7 application, and in building it, I've found that I'm currently importing all rxjs operators even though I'm only specifying and using 5 of them.

I've checked and verified that my sytnax is correct, which has me believing that a third party library is currently improperly importing them.

Is there any way to use webpack-bundle-analyzer to see what is causing the full rxjs library to be bundled?

0

There are 0 best solutions below