Skip to content

Commit e1bc200

Browse files
committed
.
1 parent a62bba0 commit e1bc200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function main() {
4545
entryPoints: ["src/index.ts", "src/commands/**"],
4646
bundle: true,
4747
format: "esm",
48-
minify: production,
48+
minify: false,
4949
sourcemap: "inline",
5050
sourcesContent: false,
5151
platform: "node",

0 commit comments

Comments
 (0)