Re-enable minification

This commit is contained in:
Jesse Wierzbinski 2024-03-13 06:35:11 -10:00
parent 480fcb363f
commit 9579ddacfb
No known key found for this signature in database

View file

@ -25,7 +25,7 @@ await Bun.build({
outdir: process.cwd() + "/dist", outdir: process.cwd() + "/dist",
target: "bun", target: "bun",
splitting: true, splitting: true,
minify: false, minify: true,
external: ["bullmq"], external: ["bullmq"],
}).then(output => { }).then(output => {
if (!output.success) { if (!output.success) {