fix(router): correctly export filter operator in es5 (#12286)

This commit is contained in:
Rob Wormald 2016-10-17 23:06:19 -07:00 committed by Igor Minar
parent 8603d9c269
commit 27d76776b8
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export default {
'rxjs/operator/first': 'Rx.Observable.prototype',
'rxjs/operator/catch': 'Rx.Observable.prototype',
'rxjs/operator/last': 'Rx.Observable.prototype',
'rxjs/operator/filter': 'Rx.Observable.prototype'
},
plugins: []
};