disable bundle minification for AMO compliance, update firefox zip

This commit is contained in:
russell@unturf.com 2026-03-19 18:41:16 -04:00
parent 30fe5f3120
commit e2d84178c7
2 changed files with 1 additions and 1 deletions

View file

@ -38,7 +38,7 @@ try {
entryPoints: [path.join(ROOT, "public", "uncloseai.js")],
bundle: true,
format: "iife",
minify: true,
minify: false,
sourcemap: false,
outfile: path.join(ROOT, "public", "uncloseai-bundle.js"),
plugins: [cdnResolverPlugin],