Skip to content

Commit b77bcfe

Browse files
committed
fix: merge conflict mistake
1 parent 18e54bf commit b77bcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/optimizer/rolldownDepPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export function rolldownDepPlugin(
296296
}
297297

298298
if (id.startsWith(optionalPeerDepNamespace)) {
299-
const path = id.slice(externalWithConversionNamespace.length)
299+
const path = id.slice(optionalPeerDepNamespace.length)
300300
const [, peerDep, parentDep] = path.split(':')
301301
return {
302302
code:

0 commit comments

Comments
 (0)