Merge branch 'sourcemap' into 'main'
vite: enable sourcemap See merge request soapbox-pub/soapbox!2778
This commit is contained in:
commit
f8c87a4594
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