Skip to content

Commit a703fe3

Browse files
committed
Stop minifying build
1 parent c4ff9d1 commit a703fe3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tsup.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ export default defineConfig({
55
entry: ["src/index.ts"],
66
format: ["cjs", "esm"],
77
target: "es2019",
8-
sourcemap: true,
98
dts: true,
10-
minify: true,
119
treeshake: true,
1210
});

0 commit comments

Comments
 (0)