From 2bb627e7f2abffa4a81afcc5666043529f3c491c Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 4 Sep 2018 23:18:17 +0300 Subject: [PATCH] Fix stacktraces in client tests --- webpack.config-test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config-test.js b/webpack.config-test.js index 6c1dfa64..4896c665 100644 --- a/webpack.config-test.js +++ b/webpack.config-test.js @@ -4,6 +4,7 @@ const path = require("path"); const config = require("./webpack.config.js"); config.target = "node"; +config.devtool = "eval"; // Instrumentation for coverage with Istanbul config.module.rules.push({