Skip to content

Commit

Permalink
fix: esbuild dep resolving on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 23, 2021
1 parent ac18c3e commit 62e4d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/optimizer/esbuildDepPlugin.ts
Expand Up @@ -54,7 +54,7 @@ export function esbuildDepPlugin(
)
if (resolved) {
return {
path: resolved.id
path: path.resolve(resolved.id)
}
}
} else {
Expand Down

0 comments on commit 62e4d72

Please sign in to comment.