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