Add sourcemaps for easier debugging after build
This commit is contained in:
parent
7fdb93f183
commit
512f661823
|
|
@ -15,4 +15,7 @@ export default defineConfig({
|
|||
usePolling: true,
|
||||
},
|
||||
},
|
||||
build: {
|
||||
sourcemap: true,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue