mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Fix warning in webpack
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = {
|
|||||||
boot: "app/client/boot",
|
boot: "app/client/boot",
|
||||||
billing: "app/client/billingMain",
|
billing: "app/client/billingMain",
|
||||||
form: "app/client/formMain",
|
form: "app/client/formMain",
|
||||||
css: cssFiles,
|
css: new Set(cssFiles),
|
||||||
// Include client test harness if it is present (it won't be in
|
// Include client test harness if it is present (it won't be in
|
||||||
// docker image).
|
// docker image).
|
||||||
...(fs.existsSync("test/client-harness/client.js") ? {
|
...(fs.existsSync("test/client-harness/client.js") ? {
|
||||||
|
|||||||
Reference in New Issue
Block a user