Fix warning in webpack

pull/957/head
fflorent 1 month ago committed by jordigh
parent 14061fd5ac
commit 0224f22705

@ -21,7 +21,7 @@ module.exports = {
boot: "app/client/boot",
billing: "app/client/billingMain",
form: "app/client/formMain",
css: cssFiles,
css: new Set(cssFiles),
// Include client test harness if it is present (it won't be in
// docker image).
...(fs.existsSync("test/client-harness/client.js") ? {

Loading…
Cancel
Save