Skip to content

Commit

Permalink
fix: use client is removed on build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcru committed Jan 14, 2025
1 parent b4c1a7d commit e22df3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export default defineConfig({
clean: true,
dts: true,
external: externalDependencies,
minify: true,
treeshake: true,
keepNames: true,
jsxFactory: "automatic",
});

0 comments on commit e22df3c

Please sign in to comment.