Skip to content

Commit

Permalink
fix: trace joined name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 7, 2023
1 parent 127d8da commit 133f2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup/plugins/externals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export function externals(opts: NodeExternalsOptions): Plugin {
if (resolvedGuess === originalId) {
trackedExternals.add(resolvedGuess);
return {
id: guessedSubpath,
id: join(pkgName, guessedSubpath),
external: true,
};
}
Expand Down

0 comments on commit 133f2bd

Please sign in to comment.