Skip to content

Commit ace656b

Browse files
comment
1 parent 42ff31f commit ace656b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/src/lib/walker-package-ranger.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ async function walkPackageForExports(dependency, packageJson, resolvedRoot) {
233233
// https://unpkg.com/browse/d3@7.9.0/package.json
234234
updateImportMap(dependency, `${exports[sub]}`, resolvedRoot);
235235
} else {
236+
// let all other conditions "pass through" as is
236237
updateImportMap(`${dependency}/${sub}`, `${exports[sub]}`, resolvedRoot);
237238
}
238239
}

0 commit comments

Comments
 (0)