File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -150,14 +150,14 @@ var ANGULAR2_BUNDLE_CONFIG = [
150150 'angular2/platform/common_dom'
151151] ;
152152
153- var NG2_BUNDLE_CONTENT = ANGULAR2_BUNDLE_CONFIG . join ( ' + ' ) ;
154- var HTTP_BUNDLE_CONTENT = 'angular2/http - ' + ANGULAR2_BUNDLE_CONFIG . join ( ' - ' ) ;
155- var ROUTER_BUNDLE_CONTENT =
156- 'angular2/router + angular2/router/router_link_dsl - ' + ANGULAR2_BUNDLE_CONFIG . join ( ' - ' ) ;
153+ var NG2_BUNDLE_CONTENT = ANGULAR2_BUNDLE_CONFIG . join ( ' + ' ) + ' - rxjs/*' ;
154+ var HTTP_BUNDLE_CONTENT = 'angular2/http - rxjs/* - ' + ANGULAR2_BUNDLE_CONFIG . join ( ' - ' ) ;
155+ var ROUTER_BUNDLE_CONTENT = 'angular2/router + angular2/router/router_link_dsl - rxjs/* - ' +
156+ ANGULAR2_BUNDLE_CONFIG . join ( ' - ' ) ;
157157var TESTING_BUNDLE_CONTENT =
158- 'angular2/testing + angular2/http/testing + angular2/router/testing - ' +
158+ 'angular2/testing + angular2/http/testing + angular2/router/testing - rxjs/* - ' +
159159 ANGULAR2_BUNDLE_CONFIG . join ( ' - ' ) ;
160- var UPGRADE_BUNDLE_CONTENT = 'angular2/upgrade - ' + ANGULAR2_BUNDLE_CONFIG . join ( ' - ' ) ;
160+ var UPGRADE_BUNDLE_CONTENT = 'angular2/upgrade - rxjs/* - ' + ANGULAR2_BUNDLE_CONFIG . join ( ' - ' ) ;
161161
162162var BENCHPRESS_BUNDLE_CONFIG = {
163163 entries : [ './dist/js/cjs/benchpress/index.js' ] ,
You can’t perform that action at this time.
0 commit comments