Skip to content

Commit

Permalink
vite utils.ts: fix source format (#8796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jun 30, 2023
1 parent dff9210 commit e191071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function stripQueryStringAndHashFromPath(url: string) {
return url.split('?')[0].split('#')[0];
return url.split('?')[0].split('#')[0]
}

0 comments on commit e191071

Please sign in to comment.