1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-02-15 16:50:07 +00:00

Enable source maps

This commit is contained in:
mrjvs 2023-12-13 00:26:46 +01:00
parent 460ab60a89
commit 4d169474a0

View file

@ -102,6 +102,10 @@ export default defineConfig(({ mode }) => {
})
],
build: {
sourcemap: true,
},
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),