Skip to content

Commit 04ba614

Browse files
committed
build: disable minify, add sourcemap
1 parent d6339c8 commit 04ba614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
target: "es2022",
88
platform: "node",
99

10-
minify: true,
10+
sourcemap: true,
1111
clean: true,
1212
removeNodeProtocol: false,
1313

0 commit comments

Comments
 (0)