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

Commit 541bdc5

Browse files
committed
chore: update systemjs.config for in-mem-web-api
1 parent 2891223 commit 541bdc5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

systemjs.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// other libraries
2828
'rxjs': 'npm:rxjs',
29-
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api',
29+
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js'
3030
},
3131
// packages tells the System loader how to load when no filename and/or no extension
3232
packages: {
@@ -36,10 +36,6 @@
3636
},
3737
rxjs: {
3838
defaultExtension: 'js'
39-
},
40-
'angular-in-memory-web-api': {
41-
main: './index.js',
42-
defaultExtension: 'js'
4339
}
4440
}
4541
});

0 commit comments

Comments
 (0)