Skip to content

Commit

Permalink
Include source maps in production build
Browse files Browse the repository at this point in the history
  • Loading branch information
Booligoosh committed Sep 2, 2024
1 parent a8bdb2c commit 1111b50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ export default defineConfig({
css: {
postcss,
},
build: {
sourcemap: true,
},
});

0 comments on commit 1111b50

Please sign in to comment.