From c898ba7f0a2fb2b5b3d5bdae658ecb7f4effb7b2 Mon Sep 17 00:00:00 2001 From: Sebastian Luque Date: Thu, 7 Nov 2024 21:26:31 -0500 Subject: [PATCH] update config --- tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsup.config.ts b/tsup.config.ts index 3f93728..95941ea 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -1,8 +1,8 @@ import { defineConfig } from "tsup"; export default defineConfig({ + bundle: true, entry: ["src/index.ts"], - splitting: false, clean: true, dts: true, format: ["cjs", "esm"],