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
Binary file not shown.
|
|
@ -38,7 +38,7 @@ try {
|
||||||
entryPoints: [path.join(ROOT, "public", "uncloseai.js")],
|
entryPoints: [path.join(ROOT, "public", "uncloseai.js")],
|
||||||
bundle: true,
|
bundle: true,
|
||||||
format: "iife",
|
format: "iife",
|
||||||
minify: true,
|
minify: false,
|
||||||
sourcemap: false,
|
sourcemap: false,
|
||||||
outfile: path.join(ROOT, "public", "uncloseai-bundle.js"),
|
outfile: path.join(ROOT, "public", "uncloseai-bundle.js"),
|
||||||
plugins: [cdnResolverPlugin],
|
plugins: [cdnResolverPlugin],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue