Skip to content

Commit

Permalink
chore: enable source map in production builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JingBh committed Jul 29, 2024
1 parent f757fb9 commit e3c9783
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 @@ -3,6 +3,9 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
build: {
sourcemap: true
},
plugins: [
vue()
]
Expand Down

0 comments on commit e3c9783

Please sign in to comment.