From a62a11a0cc41995413e954845b97e26e3e1b0d80 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 26 Feb 2025 14:18:38 +0000 Subject: [PATCH] we should minify this --- _build_client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/_build_client.ts b/_build_client.ts index 483e981..074c423 100644 --- a/_build_client.ts +++ b/_build_client.ts @@ -8,7 +8,6 @@ if (import.meta.main) { watch, extraOptions: { splitting: true, - minify: false, }, }); }