Skip to content

Commit 6558fda

Browse files
authored
internal(fix): Session replay does not work in production builds (#1075)
1 parent b4a3b2f commit 6558fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.script.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig((env) => {
99
mode: env.mode,
1010
build: {
1111
sourcemap: false,
12+
minify: false,
1213
target: 'esnext',
1314
lib: {
1415
entry: 'src/main/runner/entrypoint.ts',

0 commit comments

Comments
 (0)