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