Skip to content

Commit

Permalink
[PRO-971] enable sourcemaps (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
toshok authored Feb 12, 2025
1 parent 4cf7084 commit 9e4c962
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 @@ -30,6 +30,7 @@ export default defineConfig((config) => {
},
build: {
target: 'esnext',
sourcemap: true,
},
plugins: [
nodePolyfills({
Expand Down

0 comments on commit 9e4c962

Please sign in to comment.