Skip to content

Commit

Permalink
feat: add rxjs mapTo operator to rollup globals (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode authored and dherges committed Nov 17, 2017
1 parent 8c65ea3 commit 1a42ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/conf/rollup.globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const ROLLUP_GLOBALS = {
'rxjs/add/operator/letProto': 'Rx.Observable.prototype',
'rxjs/add/operator/lift': 'Rx.Observable.prototype',
'rxjs/add/operator/map': 'Rx.Observable.prototype',
'rxjs/add/operator/mapTo': 'Rx.Observable.prototype',
'rxjs/add/operator/materialize': 'Rx.Observable.prototype',
'rxjs/add/operator/max': 'Rx.Observable.prototype',
'rxjs/add/operator/merge': 'Rx.Observable.prototype',
Expand Down Expand Up @@ -235,6 +236,7 @@ export const ROLLUP_GLOBALS = {
'rxjs/operator/letProto': 'Rx.Observable.prototype',
'rxjs/operator/lift': 'Rx.Observable.prototype',
'rxjs/operator/map': 'Rx.Observable.prototype',
'rxjs/operator/mapTo': 'Rx.Observable.prototype',
'rxjs/operator/materialize': 'Rx.Observable.prototype',
'rxjs/operator/max': 'Rx.Observable.prototype',
'rxjs/operator/merge': 'Rx.Observable.prototype',
Expand Down

0 comments on commit 1a42ce1

Please sign in to comment.