mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +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: {
|
define: {
|
||||||
APP_VERSION: JSON.stringify(process.env.npm_package_version)
|
APP_VERSION: JSON.stringify(process.env.npm_package_version)
|
||||||
},
|
},
|
||||||
|
build: {
|
||||||
|
sourcemap: true
|
||||||
|
},
|
||||||
worker: {
|
worker: {
|
||||||
format: 'es'
|
format: 'es'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user