"...resnet50_tensorflow.git" did not exist on "8390b3622284499df8f94f12ce27564b92c9c7c0"
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({
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