diff --git a/tsup.config.ts b/tsup.config.ts index 916ffe2..664cea5 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -13,8 +13,6 @@ export default defineConfig({ clean: true, dts: true, external: externalDependencies, - minify: true, - treeshake: true, keepNames: true, jsxFactory: "automatic", });