disable minification for extension bundle: readable code recruits developers
This commit is contained in:
parent
6d867260a6
commit
a1923d0476
1 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