mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +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: {
|
worker: {
|
||||||
format: 'es'
|
format: 'es'
|
||||||
}
|
},
|
||||||
|
esbuild: {
|
||||||
|
pure: ['console.log'],
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue