Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
3d1cc1e4
Commit
3d1cc1e4
authored
May 25, 2024
by
Jun Siang Cheah
Browse files
feat: generate production source maps to assist debugging
parent
d0d76e2a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vite.config.ts
vite.config.ts
+3
-0
No files found.
vite.config.ts
View file @
3d1cc1e4
...
@@ -20,6 +20,9 @@ export default defineConfig({
...
@@ -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
'
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment