mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57: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: {
|
build: {
|
||||||
minify: !!release,
|
minify: !!release,
|
||||||
sourcemap: !!release,
|
sourcemap: true,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
vitestConfig,
|
vitestConfig,
|
||||||
|
|
Loading…
Reference in a new issue