diff --git a/tsup.config.ts b/tsup.config.ts index ef9cf1b67..89a0ec737 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -12,7 +12,7 @@ export default defineConfig([ sourcemap: true, // we'll just manually "clean" the dist dir before running this (to avoid potential race conditions) clean: false, - minify: true, + minify: false, platform: "node", replaceNodeEnv: true, // now required because not defaulted anymore