Skip to content

Commit 6d20f37

Browse files
authored
build(cli): disable minifying (#135)
1 parent dd9c52c commit 6d20f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fs.rmSync(distFolder, { recursive: true, force: true });
88

99
esbuild.build({
1010
entryPoints: ['src/index.ts'],
11-
minify: true,
11+
minify: false,
1212
bundle: true,
1313
platform: 'node',
1414
target: 'node18',

0 commit comments

Comments
 (0)