Skip to content

Commit 5357304

Browse files
committed
chore: updated build script
1 parent a60bda6 commit 5357304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const baseConfig = {
1616
noExternal: ['estree-walker-ts'],
1717
format: ['cjs', 'esm'],
1818
clean: true,
19-
minify: true,
19+
minify: false,
2020
dts: false,
2121
outDir: path.resolve(process.cwd(), '../dist'),
2222

0 commit comments

Comments
 (0)