Skip to content
Snippets Groups Projects
Commit 36bc1992 authored by Shachar Itzhaky's avatar Shachar Itzhaky
Browse files

[build] [cli] Some esbuild import mixup.

Work around it by setting the problematic import as external.
parent 66556d14
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ var nodecli = esbuild
outfile: "dist-cli/cli.cjs",
...sourcemap,
minify,
// There is some ESM/CommonJS incompatibility quirk in this pkg
external: ["fflate-unzip"]
// watch: watch(cliEntry),
})
.then(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment