feat(build): enable source maps for better debugging
- Added sourcemap option to the build configuration
This commit is contained in:
parent
1ba27308d1
commit
ade3191965
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ export default defineConfig(({ mode }) => {
|
|||
build: {
|
||||
outDir: 'dist',
|
||||
emptyOutDir: true,
|
||||
sourcemap: true,
|
||||
},
|
||||
plugins: [
|
||||
IS_NEUTRALINO && neutralino(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue