We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b6b27 commit 0d0685aCopy full SHA for 0d0685a
1 file changed
doc/api/cli.md
@@ -1234,9 +1234,8 @@ location of a JSON configuration file that defines package resolution mappings.
1234
node --experimental-package-map=./package-map.json app.js
1235
```
1236
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.
+When enabled, bare specifier resolution consults the package map for resolution.
+This allows explicit control over which packages can import which dependencies.
1240
1241
See [Package maps][] for details on the configuration file format and
1242
resolution algorithm.
0 commit comments