diff --git a/karma.webpack.js b/karma.webpack.js index 158e61c32e..546704817a 100644 --- a/karma.webpack.js +++ b/karma.webpack.js @@ -32,7 +32,10 @@ module.exports = { test: /\.ts$/, use: { loader: '@jsdevtools/coverage-istanbul-loader', - options: { esModules: true } + options: { + produceSourceMap: false, + esModules: true + } } }, // This setting configures Node polyfills for the browser that will be