Skip to content

Commit

Permalink
Merge pull request #1702 from navikt/vite_sourcemaps
Browse files Browse the repository at this point in the history
vite: generate sourcemaps
  • Loading branch information
peterbb authored Oct 10, 2023
2 parents e797112 + a7fba96 commit d2f120d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineConfig({
plugins: [react()],
build: {
outDir: 'build',
sourcemap: true,
},
server: {
port: 3000,
Expand Down

0 comments on commit d2f120d

Please sign in to comment.