mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 03:35:07 +01:00
Enable source maps
This commit is contained in:
parent
460ab60a89
commit
4d169474a0
@ -102,6 +102,10 @@ export default defineConfig(({ mode }) => {
|
||||
})
|
||||
],
|
||||
|
||||
build: {
|
||||
sourcemap: true,
|
||||
},
|
||||
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
|
Loading…
Reference in New Issue
Block a user