fix(router): correctly export filter operator in es5 (#12286)
This commit is contained in:
parent
8603d9c269
commit
27d76776b8
|
@ -37,6 +37,7 @@ export default {
|
||||||
'rxjs/operator/first': 'Rx.Observable.prototype',
|
'rxjs/operator/first': 'Rx.Observable.prototype',
|
||||||
'rxjs/operator/catch': 'Rx.Observable.prototype',
|
'rxjs/operator/catch': 'Rx.Observable.prototype',
|
||||||
'rxjs/operator/last': 'Rx.Observable.prototype',
|
'rxjs/operator/last': 'Rx.Observable.prototype',
|
||||||
|
'rxjs/operator/filter': 'Rx.Observable.prototype'
|
||||||
},
|
},
|
||||||
plugins: []
|
plugins: []
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue