Skip to content

Commit

Permalink
enable sourcemaps in build
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Oct 20, 2023
1 parent 5beaf55 commit cef05ec
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 @@ -31,6 +31,7 @@ export default defineConfig({
base: '/',
build: {
outDir: 'build',
sourcemap: 'inline',
},
plugins: [react()],
define: {
Expand Down

0 comments on commit cef05ec

Please sign in to comment.