mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
feat: Enable sourcemaps for production builds
This commit is contained in:
parent
abc851c0cf
commit
f6a8514c3c
|
@ -79,7 +79,7 @@ export default mergeConfig(
|
|||
},
|
||||
build: {
|
||||
minify: !!release,
|
||||
sourcemap: !!release,
|
||||
sourcemap: true,
|
||||
},
|
||||
}),
|
||||
vitestConfig,
|
||||
|
|
Loading…
Reference in a new issue