From a703fe38ac9f67bca17571f91de1359409f20a78 Mon Sep 17 00:00:00 2001 From: csandman Date: Fri, 25 Oct 2024 14:01:27 -0400 Subject: [PATCH] Stop minifying build --- tsup.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsup.config.ts b/tsup.config.ts index b812dd5..9fe919f 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -5,8 +5,6 @@ export default defineConfig({ entry: ["src/index.ts"], format: ["cjs", "esm"], target: "es2019", - sourcemap: true, dts: true, - minify: true, treeshake: true, });