mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
feat: generate production source maps to assist debugging
This commit is contained in:
parent
d0d76e2ad5
commit
3d1cc1e422
@ -20,6 +20,9 @@ export default defineConfig({
|
||||
define: {
|
||||
APP_VERSION: JSON.stringify(process.env.npm_package_version)
|
||||
},
|
||||
build: {
|
||||
sourcemap: true
|
||||
},
|
||||
worker: {
|
||||
format: 'es'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user