mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
disable console.log entirely
This commit is contained in:
parent
8a2723a7a6
commit
aecbc93c16
@ -39,5 +39,8 @@ export default defineConfig({
|
||||
},
|
||||
worker: {
|
||||
format: 'es'
|
||||
}
|
||||
},
|
||||
esbuild: {
|
||||
pure: ['console.log'],
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user