Add css source maps in dev
This commit is contained in:
parent
baad129b49
commit
80cf7733b5
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ export default defineConfig(async ({ mode, command }) => {
|
|||
inFs: resolve(projectRoot, 'node_modules/@ruffle-rs/ruffle')
|
||||
})
|
||||
],
|
||||
css: {
|
||||
devSourcemap: true
|
||||
},
|
||||
resolve: {
|
||||
alias
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue