Skip to content

Commit

Permalink
Merge pull request #28 from philbates35/sourcemap
Browse files Browse the repository at this point in the history
Vite: Generate production sourcemaps
  • Loading branch information
philbates35 authored Feb 24, 2024
2 parents 6f161b9 + b8e85b5 commit de24c3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export default defineConfig({
refresh: true,
}),
],
build: {
sourcemap: true,
},
test: {
environment: "jsdom",
exclude: [...configDefaults.exclude, ...projectExcludes],
Expand Down

0 comments on commit de24c3c

Please sign in to comment.