disable bundle minification for AMO compliance, update firefox zip
This commit is contained in:
parent
30fe5f3120
commit
e2d84178c7
2 changed files with 1 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue