From e3d152e0ef1275ae9f633a992904e59dde597863 Mon Sep 17 00:00:00 2001 From: "alxjrvs@gmail.com" Date: Sat, 21 Oct 2023 12:20:34 -0400 Subject: [PATCH] minify --- build.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.ts b/build.ts index 324d65acc..59ecc6dca 100644 --- a/build.ts +++ b/build.ts @@ -7,5 +7,6 @@ await Bun.build({ target: 'node', splitting: true, sourcemap: 'inline', + minify: true, plugins: [dts()] })