Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const commonConfig: (mode: string) => UserConfig = (mode) => ({
host: true,
},
esbuild: {
drop: mode === 'production' ? ['console', 'debugger'] : [],
drop: mode === 'production' ? ['debugger'] : [],
},
build: {
reportCompressedSize: false,