From 383e0aeb8eef11e9efcca20f11ebe3c04dab40dd Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 11 Dec 2023 17:04:12 +0100 Subject: [PATCH] chore: actually bundle oops --- tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsup.config.ts b/tsup.config.ts index 26a904d..7f9708f 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -5,7 +5,7 @@ const config = defineConfig({ format: ['cjs', 'esm'], dts: true, clean: true, - bundle: false, + bundle: true, metafile: true, entry: ['src'], minify: false,