diff --git a/packages/lib/tsup.config.ts b/packages/lib/tsup.config.ts index 4fa039d..e53136a 100644 --- a/packages/lib/tsup.config.ts +++ b/packages/lib/tsup.config.ts @@ -5,7 +5,7 @@ export default defineConfig({ clean: true, dts: true, minify: true, - treeshake: true, + treeshake: false, splitting: false, entry: ['src/index.ts'], format: 'esm',