mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-14 03:30:25 +00:00
refac
This commit is contained in:
+1
-1
@@ -27,6 +27,6 @@ export default defineConfig({
|
||||
format: 'es'
|
||||
},
|
||||
esbuild: {
|
||||
pure: process.env.ENV === 'dev' ? [] : ['console.log', 'console.debug']
|
||||
pure: process.env.ENV === 'dev' ? [] : ['console.log', 'console.debug', 'console.error']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user