mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/vite.config: enable build sourcemap
This commit is contained in:
@ -98,6 +98,7 @@ export default defineConfig({
|
||||
generateSitemap
|
||||
],
|
||||
build: {
|
||||
sourcemap: true,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: (id) => {
|
||||
|
Reference in New Issue
Block a user