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 <[email protected]>
  • Loading branch information
natemoo-re and bluwy authored Jan 5, 2024
1 parent b76e786 commit 02bb472
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 = (app) => {
s.prepend(`import "${appEntrypoint}";\n`);
return {
code: s.toString(),
map: s.generateMap()
map: s.generateMap({ hires: 'boundary' })
}
}
},
Expand Down

0 comments on commit 02bb472

Please sign in to comment.