Skip to content

Commit

Permalink
fix: generate sourcemap with hires (#382) (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaobos committed May 29, 2023
1 parent fd69c8a commit 61f12e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ctx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ ${dts}`.trim()}\n`

return {
code: s.toString(),
map: s.generateMap({ source: id, includeContent: true }),
map: s.generateMap({ source: id, includeContent: true, hires: true }),
}
}

Expand Down

0 comments on commit 61f12e2

Please sign in to comment.