From a0a9d43a03d157470d4218c4baae07b57ac9526f Mon Sep 17 00:00:00 2001 From: lotte Date: Fri, 10 Aug 2018 11:07:31 +0200 Subject: [PATCH] changed test webpack config to remove warnings from tests --- webpack/webpack.test.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/webpack/webpack.test.js b/webpack/webpack.test.js index 66a1454a08..210c33e66c 100644 --- a/webpack/webpack.test.js +++ b/webpack/webpack.test.js @@ -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/], + }, /**