mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
changed test webpack config to remove warnings from tests
This commit is contained in:
@@ -74,12 +74,8 @@ module.exports = function (options) {
|
||||
enforce: 'pre',
|
||||
test: /\.js$/,
|
||||
loader: 'source-map-loader',
|
||||
exclude: [
|
||||
// these packages have problems with their sourcemaps
|
||||
root('node_modules/@angular'),
|
||||
root('node_modules/@nguniversal'),
|
||||
root('node_modules/rxjs')
|
||||
]
|
||||
exclude: [/node_modules/],
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user