Merge branch 'sourcemap' into 'main'

vite: enable sourcemap

See merge request soapbox-pub/soapbox!2778
This commit is contained in:
Alex Gleason 2023-10-09 02:46:52 +00:00
commit f8c87a4594

View file

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