Skip to content

Commit

Permalink
dont minify
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Apr 9, 2024
1 parent 09d1b56 commit 41b409a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/run_bundler.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if (import.meta.url === pathToFileURL(process.argv[1]).href) {
try {
await runBundler(normalizedPath, {
watch: shouldWatch,
minify: shouldMinify,
minify: false,
production,
silent,
outfile,
Expand Down Expand Up @@ -281,9 +281,9 @@ async function transpileToEs5(options) {
},
minify: {
compress: {
unused: true,
unused: false,
},
mangle: true,
mangle: false,
},
transform: null,
target: "es5",
Expand Down

0 comments on commit 41b409a

Please sign in to comment.