mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Enable source maps
This commit is contained in:
parent
460ab60a89
commit
4d169474a0
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ export default defineConfig(({ mode }) => {
|
|||
})
|
||||
],
|
||||
|
||||
build: {
|
||||
sourcemap: true,
|
||||
},
|
||||
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
|
|
Loading…
Reference in a new issue