From f991eb2c0f27c801dd94c5db2c0d5b8b35038055 Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Wed, 5 Apr 2017 12:32:18 +0300 Subject: [PATCH] build(table): fix rxjs dependencies --- tools/gulp/tasks/table.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/gulp/tasks/table.ts b/tools/gulp/tasks/table.ts index 9a8cb6b9b..63adbce5a 100644 --- a/tools/gulp/tasks/table.ts +++ b/tools/gulp/tasks/table.ts @@ -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