mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
disable console.log entirely
This commit is contained in:
parent
8a2723a7a6
commit
aecbc93c16
1 changed files with 4 additions and 1 deletions
|
|
@ -39,5 +39,8 @@ export default defineConfig({
|
|||
},
|
||||
worker: {
|
||||
format: 'es'
|
||||
}
|
||||
},
|
||||
esbuild: {
|
||||
pure: ['console.log'],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue