Browserify inserts @reactivex/rxjs to the bundle

44 Views Asked by At

I use the ng-forward library with browserify, and browserify inserts @reactivex/rxjs to the bundle. How to prevent this? I have tried browserify-shim, but it does not work. Config was:

{
    "browserify-shim": {
        "rxjs": "global:Rx"
    }
}
0

There are 0 best solutions below