From 89d3dc67353131a6e482fbedc8795743b7a37b8f Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Mon, 2 Oct 2023 18:17:18 +0200 Subject: [PATCH] Aha, it was bundle in tsup --- tsup.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tsup.config.ts b/tsup.config.ts index 6624b1d4..101a1341 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -1,7 +1,6 @@ import { defineConfig } from "tsup"; export default defineConfig({ - bundle: false, clean: true, dts: true, entry: ["src/**/*.ts", "!src/**/*.test.*"],