diff --git a/doc/api/esm.md b/doc/api/esm.md index 48273e09a38746..b67ee922a54b5d 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -376,6 +376,9 @@ behind the `--experimental-import-meta-resolve` flag: * `parent` {string|URL} An optional absolute parent module URL to resolve from. +> **Caveat** This feature is not available within custom loaders (it would +> create a deadlock). + ## Interoperability with CommonJS ### `import` statements