forked from hazza/dspace-angular
updated angular/rxjs to v6 successfully
This commit is contained in:
@@ -178,17 +178,6 @@ module.exports = function (options) {
|
||||
exclude: [root('src/index.html')]
|
||||
},
|
||||
|
||||
/**
|
||||
* Json loader support for *.json files.
|
||||
*
|
||||
* See: https://github.com/webpack/json-loader
|
||||
*/
|
||||
{
|
||||
test: /\.json$/,
|
||||
loader: 'json-loader',
|
||||
exclude: [root('src/index.html')]
|
||||
},
|
||||
|
||||
/**
|
||||
* Instruments JS files with Istanbul for subsequent code coverage reporting.
|
||||
* Instrument only testing sources.
|
||||
@@ -288,4 +277,4 @@ module.exports = function (options) {
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user