Skip to content

Commit

Permalink
Create sourcemap used when debugging, in the vite frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed Oct 5, 2024
1 parent bef2485 commit 68889c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineConfig({
plugins: [eslintPlugin()],
build: {
minify: false,
sourcemap: true,
manifest: true,
rollupOptions: {
// overwrite default .html entry
Expand Down

0 comments on commit 68889c8

Please sign in to comment.