Skip to content

Commit

Permalink
Update packages/vite/src/node/plugins/importAnalysis.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and pzerelles committed Dec 15, 2023
1 parent 90debfc commit b0cb336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/plugins/importAnalysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ export function importAnalysisPlugin(config: ResolvedConfig): Plugin {
url = joinUrlSegments(base, url)
}

// only encode if the url can't be parsed
return [encodeURI(url), resolved.id]
}

Expand Down

0 comments on commit b0cb336

Please sign in to comment.