fix(router): correctly export concatMap operator in es5 (#12430)
This commit is contained in:
parent
7103754178
commit
e25baa08b3
@ -37,7 +37,8 @@ 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'
|
||||
'rxjs/operator/filter': 'Rx.Observable.prototype',
|
||||
'rxjs/operator/concatMap': 'Rx.Observable.prototype'
|
||||
},
|
||||
plugins: []
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user