Skip to content

Commit

Permalink
Update packages/integrations/vue/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
  • Loading branch information
natemoo-re and bluwy committed Jan 5, 2024
1 parent 87ec09d commit 973d559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const setup = async (app) => {
s.prepend(`import "${appEntrypoint}";\n`);
return {
code: s.toString(),
map: s.generateMap()
map: s.generateMap({ hires: 'boundary' })
}
}
},
Expand Down

0 comments on commit 973d559

Please sign in to comment.