Fix warning in webpack

pull/921/head
fflorent 2 months ago
parent fa40899e94
commit 8a09b1ed5a

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