fix missing systemjs.config.extras
This commit is contained in:
parent
16c1837feb
commit
e710481076
|
@ -16,5 +16,6 @@ _test-output
|
|||
|
||||
!**/*e2e-spec.js
|
||||
!systemjs.config.1.js
|
||||
!**/systemjs.config.extras.js
|
||||
!_boilerplate/*
|
||||
_boilerplate/a2docs.css
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
// #docregion
|
||||
/** App specific SystemJS configuration */
|
||||
System.config({
|
||||
map: {
|
||||
'@angular/upgrade/static': 'npm:@angular/upgrade/bundles/upgrade-static.umd.js',
|
||||
}
|
||||
});
|
Loading…
Reference in New Issue