mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
also disable console.debug
This commit is contained in:
@@ -41,6 +41,6 @@ export default defineConfig({
|
|||||||
format: 'es'
|
format: 'es'
|
||||||
},
|
},
|
||||||
esbuild: {
|
esbuild: {
|
||||||
pure: ['console.log'],
|
pure: ['console.log', 'console.debug']
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user