mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Fix warning in webpack
This commit is contained in:
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…
Reference in New Issue
Block a user