Skip to content

Commit

Permalink
chore: stop rollup complaint about 'rxjs/add/operator/first' (#1554)
Browse files Browse the repository at this point in the history
Treating 'rxjs/add/operator/first' as external dependency
No name was provided for external module 'rxjs/add/operator/first' in options.globals – guessing 'rxjs_add_operator_first'
  • Loading branch information
mniya authored and jelbourn committed Oct 21, 2016
1 parent 8f0aaea commit 99396a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/gulp/tasks/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ task(':build:components:rollup', [':build:components:inline'], () => {
'rxjs/add/operator/share': 'Rx.Observable.prototype',
'rxjs/add/operator/finally': 'Rx.Observable.prototype',
'rxjs/add/operator/catch': 'Rx.Observable.prototype',
'rxjs/add/operator/first': 'Rx.Observable.prototype',
'rxjs/Observable': 'Rx'
};

Expand Down

0 comments on commit 99396a4

Please sign in to comment.