This commit is contained in:
Zhimin YE 2016-10-27 16:53:40 +01:00
parent 06d2f05e41
commit 2b9c43471a
1 changed files with 1 additions and 5 deletions

View File

@ -26,7 +26,7 @@
// other libraries
'rxjs': 'npm:rxjs',
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api',
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
},
// packages tells the System loader how to load when no filename and/or no extension
packages: {
@ -36,10 +36,6 @@
},
rxjs: {
defaultExtension: 'js'
},
'angular-in-memory-web-api': {
main: './index.js',
defaultExtension: 'js'
}
}
});