Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zcpua committed Apr 25, 2023
1 parent 6ae0666 commit 5be0608
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 @@ -9,7 +9,7 @@ export default defineConfig([
format: ['esm'],
splitting: true,
sourcemap: true,
minify: true,
minify: false,
shims: true,
dts: true
}
Expand Down

0 comments on commit 5be0608

Please sign in to comment.