vite: enable sourcemap
This commit is contained in:
parent
75f50bb87c
commit
05ba2ddbed
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ export default defineConfig({
|
||||||
entryFileNames: 'packs/[name]-[hash].js',
|
entryFileNames: 'packs/[name]-[hash].js',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
sourcemap: true,
|
||||||
},
|
},
|
||||||
assetsInclude: ['**/*.oga'],
|
assetsInclude: ['**/*.oga'],
|
||||||
server: {
|
server: {
|
||||||
|
|
Loading…
Reference in a new issue