Skip to content

Commit

Permalink
disable sourcemaps to make build work again
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 22, 2023
1 parent 2682228 commit 72754d3
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 @@ -31,7 +31,6 @@ export default defineConfig({
base: '/',
build: {
outDir: 'build',
sourcemap: 'inline',
},
plugins: [react()],
define: {
Expand Down

0 comments on commit 72754d3

Please sign in to comment.