Skip to content

Commit

Permalink
Turn off tsup minify
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubingwu committed Apr 25, 2023
1 parent 4a11c91 commit c2e8b7b
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 @@ -4,7 +4,7 @@ export const tsup: Options = {
splitting: false,
sourcemap: false,
clean: true,
minify: true,
minify: false,
format: ['cjs', 'esm'],
dts: true,
entryPoints: ['src/cli.ts'],
Expand Down

0 comments on commit c2e8b7b

Please sign in to comment.