From 6e7161a8b1e0cb7879dc7fe21f58118f73bac30f Mon Sep 17 00:00:00 2001 From: mni_Ya Date: Fri, 21 Oct 2016 15:30:50 +0800 Subject: [PATCH] fix rollup tips aboat 'rxjs/add/operator/first' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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' --- tools/gulp/tasks/components.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gulp/tasks/components.ts b/tools/gulp/tasks/components.ts index cd06cc9b91c2..b9f3cbebbd4c 100644 --- a/tools/gulp/tasks/components.ts +++ b/tools/gulp/tasks/components.ts @@ -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' };