Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit d68eb81

Browse files
authored
chore(config): remove upgrade package mappings
The package is not listed in `package.json` and angular/angular.io#2803 will contain instructions to add it manually.
1 parent 6caf4cc commit d68eb81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

systemjs.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
'@angular/router': 'npm:@angular/router/bundles/router.umd.js',
2424
'@angular/router/upgrade': 'npm:@angular/router/bundles/router-upgrade.umd.js',
2525
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
26-
'@angular/upgrade': 'npm:@angular/upgrade/bundles/upgrade.umd.js',
27-
'@angular/upgrade/static': 'npm:@angular/upgrade/bundles/upgrade-static.umd.js',
2826

2927
// other libraries
3028
'rxjs': 'npm:rxjs',

0 commit comments

Comments
 (0)