Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Feb 13, 2025
1 parent 53264ee commit 843f02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/lib/walker-package-ranger.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ async function walkPackageForExports(dependency, packageJson, resolvedRoot) {
// https://unpkg.com/browse/[email protected]/package.json
updateImportMap(dependency, `${exports[sub]}`, resolvedRoot);
} else {
// let all other conditions "pass through" as is
updateImportMap(`${dependency}/${sub}`, `${exports[sub]}`, resolvedRoot);
}
}
Expand Down

0 comments on commit 843f02e

Please sign in to comment.