mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +00:00
web/vite.config: enable build sourcemap
This commit is contained in:
parent
70a970c453
commit
3bbd0f9442
@ -98,6 +98,7 @@ export default defineConfig({
|
||||
generateSitemap
|
||||
],
|
||||
build: {
|
||||
sourcemap: true,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: (id) => {
|
||||
|
Loading…
Reference in New Issue
Block a user