Fix stacktraces in client tests
This commit is contained in:
parent
8435153de0
commit
2bb627e7f2
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user