Skip to content

Commit 0d0685a

Browse files
committed
Fixes incorrect reference to the resolution performing a fallback
1 parent 55b6b27 commit 0d0685a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

doc/api/cli.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,9 +1234,8 @@ location of a JSON configuration file that defines package resolution mappings.
12341234
node --experimental-package-map=./package-map.json app.js
12351235
```
12361236

1237-
When enabled, bare specifier resolution consults the package map before
1238-
falling back to standard `node_modules` resolution. This allows explicit
1239-
control over which packages can import which dependencies.
1237+
When enabled, bare specifier resolution consults the package map for resolution.
1238+
This allows explicit control over which packages can import which dependencies.
12401239

12411240
See [Package maps][] for details on the configuration file format and
12421241
resolution algorithm.

0 commit comments

Comments
 (0)