vite: enable sourcemap

This commit is contained in:
Alex Gleason 2023-10-07 11:50:42 -05:00
parent 75f50bb87c
commit 05ba2ddbed
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ export default defineConfig({
entryFileNames: 'packs/[name]-[hash].js',
},
},
sourcemap: true,
},
assetsInclude: ['**/*.oga'],
server: {