Skip to content

Commit 208ae59

Browse files
committed
fix(console): p.js don't minify
1 parent bbc1ac8 commit 208ae59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/jitsu-js/bundle.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const builds = [
6565
target: "es2015",
6666
format: "iife",
6767
outfile: "./dist/web/p.js.txt",
68-
minify: true,
68+
minify: false,
6969
sourcemap: false,
7070
},
7171
];

0 commit comments

Comments
 (0)