Skip to content

Commit

Permalink
build: remove sourcemap: true from config
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashuber69 committed May 6, 2024
1 parent 283ee32 commit efb8d3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ export default defineConfig({
// If you refrain from using top-level await, the default target
// will work just fine.
target: "es2022",
sourcemap: true,
},
});

0 comments on commit efb8d3f

Please sign in to comment.