Skip to content

Commit 41b409a

Browse files
committed
dont minify
1 parent 09d1b56 commit 41b409a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/run_bundler.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if (import.meta.url === pathToFileURL(process.argv[1]).href) {
8282
try {
8383
await runBundler(normalizedPath, {
8484
watch: shouldWatch,
85-
minify: shouldMinify,
85+
minify: false,
8686
production,
8787
silent,
8888
outfile,
@@ -281,9 +281,9 @@ async function transpileToEs5(options) {
281281
},
282282
minify: {
283283
compress: {
284-
unused: true,
284+
unused: false,
285285
},
286-
mangle: true,
286+
mangle: false,
287287
},
288288
transform: null,
289289
target: "es5",

0 commit comments

Comments
 (0)