Skip to content

Commit 381a772

Browse files
committed
I'm already tracer
1 parent 889d157 commit 381a772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default defineConfig(async ({ command, mode, isPreview }) => {
103103
legalComments: 'none',
104104
banner: '/*! For licenses information, see LICENSES.txt */',
105105
drop: mode === 'production' ? ['debugger'] : [],
106-
pure: mode === 'production' ? ['console.log', 'console.debug'] : [],
106+
pure: mode === 'production' ? ['console.log', 'console.debug', 'console.trace'] : [],
107107
},
108108
});
109109
});

0 commit comments

Comments
 (0)