Skip to content

Commit c083348

Browse files
committed
build(build): minify package output
1 parent c172736 commit c083348

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsup.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ export default defineConfig({
44
entry: ['src/index.ts'],
55
format: ['esm', 'cjs'],
66
dts: true,
7-
sourcemap: true,
7+
minify: true,
8+
sourcemap: false,
89
clean: true,
910
external: ['react'],
1011
});

0 commit comments

Comments
 (0)