mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
also disable console.debug
This commit is contained in:
parent
aecbc93c16
commit
4681b06206
1 changed files with 2 additions and 2 deletions
|
|
@ -41,6 +41,6 @@ export default defineConfig({
|
||||||
format: 'es'
|
format: 'es'
|
||||||
},
|
},
|
||||||
esbuild: {
|
esbuild: {
|
||||||
pure: ['console.log'],
|
pure: ['console.log', 'console.debug']
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue