Skip to content

Commit

Permalink
chore: actually bundle oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Dec 11, 2023
1 parent 720f7e5 commit 383e0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config = defineConfig({
format: ['cjs', 'esm'],
dts: true,
clean: true,
bundle: false,
bundle: true,
metafile: true,
entry: ['src'],
minify: false,
Expand Down

0 comments on commit 383e0ae

Please sign in to comment.