mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-12 23:59:09 +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: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
"@": path.resolve(__dirname, "./src"),
|
"@": path.resolve(__dirname, "./src"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user