Unverified Commit e9c8341d authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #2561 from cheahjs/feat/generate-source-maps

feat: generate production source maps to assist debugging
parents 1b5dfb3a 3d1cc1e4
......@@ -20,6 +20,9 @@ export default defineConfig({
define: {
APP_VERSION: JSON.stringify(process.env.npm_package_version)
},
build: {
sourcemap: true
},
worker: {
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