Skip to content

Commit

Permalink
build(table): fix rxjs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Apr 5, 2017
1 parent 86de89f commit f991eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/gulp/tasks/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ const ROLLUP_GLOBALS = {
'rxjs/add/operator/first': 'Rx.Observable.prototype',
'rxjs/add/operator/startWith': 'Rx.Observable.prototype',
'rxjs/add/operator/switchMap': 'Rx.Observable.prototype',
'rxjs/add/operator/debounceTime': 'Rx.Observable.prototype',
'rxjs/add/operator/distinctUntilChanged': 'Rx.Observable.prototype',
'rxjs/Observable': 'Rx',

// 3rd party dependencies
Expand Down

0 comments on commit f991eb2

Please sign in to comment.