Add css source maps in dev

This commit is contained in:
tusooa 2025-02-28 14:26:27 -05:00
commit 80cf7733b5
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51

View file

@ -109,6 +109,9 @@ export default defineConfig(async ({ mode, command }) => {
inFs: resolve(projectRoot, 'node_modules/@ruffle-rs/ruffle')
})
],
css: {
devSourcemap: true
},
resolve: {
alias
},