Skip to content

Commit 014d483

Browse files
aduh95targos
authored andcommitted
doc: clarify entry point behavior when using loader hooks
Fixes: #41275 PR-URL: #41304 Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 1d75436 commit 014d483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/esm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,8 @@ node b.mjs # works
628628
To customize the default module resolution, loader hooks can optionally be
629629
provided via a `--experimental-loader ./loader-name.mjs` argument to Node.js.
630630
631-
When hooks are used they only apply to ES module loading and not to any
632-
CommonJS modules loaded.
631+
When hooks are used they apply to the entry point and all `import` calls. They
632+
won't apply to `require` calls; those still follow [CommonJS][] rules.
633633
634634
### Hooks
635635

0 commit comments

Comments
 (0)