Poach as external

This commit is contained in:
Adria Navarro 2023-10-31 15:00:01 +01:00
parent 312de2ce1f
commit 913e2fa8d7
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit f894b84345b3153d2988284849b80a606f246855 Subproject commit 8e6a4233f9f92f0828b0bbae95f1b87c7a944559

View File

@ -51,7 +51,7 @@ function runBuild(entry, outfile) {
".svelte": "copy", ".svelte": "copy",
}, },
metafile: true, metafile: true,
external: ["deasync", "mock-aws-s3", "nock", "bull"], external: ["deasync", "mock-aws-s3", "nock", "bull", "pouchdb"],
} }
build({ build({