mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
Fix stacktraces in client tests
This commit is contained in:
parent
8435153de0
commit
2bb627e7f2
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue