Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Jan 2, 2024
1 parent d13e94f commit 56bb93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ export const requireResolveFromRootWithFallback = (
}

export function emptyCssComments(raw: string): string {
return raw.replace(multilineCommentsRE, (s) => blankReplacer(s))
return raw.replace(multilineCommentsRE, blankReplacer)
}

function backwardCompatibleWorkerPlugins(plugins: any) {
Expand Down

0 comments on commit 56bb93a

Please sign in to comment.