mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
feat: generate production source maps to assist debugging
This commit is contained in:
parent
d0d76e2ad5
commit
3d1cc1e422
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue