From 100a1f957b280a4eb3c0f03f0aaf28d273e0b00e Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 9 Apr 2024 17:02:19 -1000 Subject: [PATCH] Enable minification --- build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ts b/build.ts index 05910315..8f4147cc 100644 --- a/build.ts +++ b/build.ts @@ -21,7 +21,7 @@ await Bun.build({ outdir: `${process.cwd()}/dist`, target: "bun", splitting: true, - minify: false, + minify: true, external: ["bullmq", "@prisma/client", "frontend"], }).then((output) => { if (!output.success) {