changed test webpack config to remove warnings from tests

This commit is contained in:
lotte
2018-08-10 11:07:31 +02:00
parent 8c5366705d
commit a0a9d43a03

View File

@@ -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/],
},
/**