File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,6 @@ module.exports = function (config) {
6868 watched : false
6969 } ,
7070
71- // Lodash
72- {
73- pattern : 'node_modules/lodash/lodash.js' ,
74- included : false ,
75- watched : false
76- } ,
77-
7871 // The testing library
7972 {
8073 pattern : 'systemjs.config.js' ,
Original file line number Diff line number Diff line change 2222
2323 // other libraries
2424 'rxjs' : 'npm:rxjs' ,
25- 'lodash ' : 'npm:lodash/lodash.js'
25+ 'rxjs/operators ' : 'npm:rxjs/operators' ,
2626 } ,
2727 // packages tells the System loader how to load when no filename and/or no extension
2828 packages : {
2929 lib : {
3030 defaultExtension : 'js'
3131 } ,
3232 rxjs : {
33- defaultExtension : 'js'
33+ defaultExtension : 'js' ,
34+ main : 'index.js'
35+ } ,
36+ 'rxjs/operators' : {
37+ defaultExtension : 'js' ,
38+ main : 'index.js'
3439 }
3540 }
3641 } ) ;
You can’t perform that action at this time.
0 commit comments