Commit 3d1cc1e4 authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

feat: generate production source maps to assist debugging

parent d0d76e2a
...@@ -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'
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment