Merge pull request #2751 from thelounge/xPaw-patch-1

Fix stacktraces in client tests
This commit is contained in:
Jérémie Astori 2018-09-04 23:10:25 -04:00 committed by GitHub
commit b57f2e9ad6
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({