Skip to content

Commit

Permalink
Merge pull request #86 from faiare/fix-use-client-banner
Browse files Browse the repository at this point in the history
fix: 'use client'; banner that was no longer being output
  • Loading branch information
marsidev authored Aug 28, 2024
2 parents e47ee9b + 54f908a commit 41306bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 41306bb

Please sign in to comment.