Fix stacktraces in client tests

This commit is contained in:
Pavel Djundik 2018-09-04 23:18:17 +03:00 committed by GitHub
parent 8435153de0
commit 2bb627e7f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({