We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d383904 commit 71bc352Copy full SHA for 71bc352
doc/api/esm.md
@@ -623,8 +623,8 @@ node b.mjs # works
623
To customize the default module resolution, loader hooks can optionally be
624
provided via a `--experimental-loader ./loader-name.mjs` argument to Node.js.
625
626
-When hooks are used they only apply to ES module loading and not to any
627
-CommonJS modules loaded.
+When hooks are used they apply to the entry point and all `import` calls. They
+won't apply to `require` calls; those still follow [CommonJS][] rules.
628
629
### Hooks
630
0 commit comments