Skip to content

Commit

Permalink
feat: Enable sourcemap generation in build configuration (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor authored May 29, 2024
1 parent 1488446 commit e07fe9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
},
build: {
outDir: 'build',
sourcemap: true,
},
resolve: {
alias: {
Expand Down

0 comments on commit e07fe9f

Please sign in to comment.