Skip to content

Commit

Permalink
build: should generate Hi-res sourcemap for dev (#12501)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Mar 21, 2023
1 parent 3765067 commit 1502617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/rollup.config.ts
Expand Up @@ -300,7 +300,7 @@ const __require = require;

return {
code: s.toString(),
map: s.generateMap(),
map: s.generateMap({ hires: true }),
}
},
}
Expand Down

0 comments on commit 1502617

Please sign in to comment.