mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +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',
|
enforce: 'pre',
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
loader: 'source-map-loader',
|
loader: 'source-map-loader',
|
||||||
exclude: [
|
exclude: [/node_modules/],
|
||||||
// these packages have problems with their sourcemaps
|
|
||||||
root('node_modules/@angular'),
|
|
||||||
root('node_modules/@nguniversal'),
|
|
||||||
root('node_modules/rxjs')
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user