File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ function _buildAppTree(defaults) {
101101 vendorNpmFiles : [
102102 'systemjs/dist/system-polyfills.js' ,
103103 'systemjs/dist/system.src.js' ,
104- 'zone.js/dist/*.js ' ,
104+ 'zone.js/dist/*.+(js|js.map) ' ,
105105 'core-js/client/core.js' ,
106- 'rxjs/**/*.js ' ,
107- '@angular/**/*.js ' ,
106+ 'rxjs/**/*.+(js|js.map) ' ,
107+ '@angular/**/*.+(js|js.map) ' ,
108108 'hammerjs/*.min.+(js|js.map)'
109109 ]
110110 } ) ;
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ const components = [
2323 'toolbar'
2424] ;
2525
26-
2726/** Map relative paths to URLs. */
2827const map : any = {
2928 '@angular2-material/core' : 'core' ,
@@ -45,6 +44,7 @@ components.forEach(name => {
4544 } ;
4645} ) ;
4746
47+
4848////////////////////////////////////////////////////////////////////////////////////////////////
4949/***********************************************************************************************
5050 * Everything underneath this line is managed by the CLI.
@@ -63,8 +63,13 @@ const barrels: string[] = [
6363 'rxjs' ,
6464
6565 // App specific barrels.
66- 'app' ,
67- 'app/shared' ,
66+ 'demo-app' ,
67+ 'button-toggle' ,
68+ 'gestures' ,
69+ 'live-announcer' ,
70+ 'portal' ,
71+ 'overlay' ,
72+ ...components
6873 /** @cli -barrel */
6974] ;
7075
Original file line number Diff line number Diff line change 33 "declaration" : true ,
44 "emitDecoratorMetadata" : true ,
55 "experimentalDecorators" : true ,
6- "mapRoot" : " " ,
6+ "mapRoot" : " / " ,
77 "module" : " commonjs" ,
88 "moduleResolution" : " node" ,
99 "noEmitOnError" : true ,
Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ const barrels: string[] = [
6262 'rxjs' ,
6363
6464 // App specific barrels.
65- 'app' ,
66- 'app/shared' ,
65+ 'e2e-app' ,
6766 /** @cli -barrel */
6867] ;
6968
You can’t perform that action at this time.
0 commit comments