feat(build): enable source maps for better debugging

- Added sourcemap option to the build configuration
This commit is contained in:
Daniel 2026-03-15 16:14:23 -05:00
parent 1ba27308d1
commit ade3191965

View file

@ -38,6 +38,7 @@ export default defineConfig(({ mode }) => {
build: {
outDir: 'dist',
emptyOutDir: true,
sourcemap: true,
},
plugins: [
IS_NEUTRALINO && neutralino(),