Update docs for changes in upstream dependencies

This commit is contained in:
Titus Wormer 2021-09-19 14:43:27 +02:00
parent 1639ac6e59
commit 9029e1ccc0
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -83,7 +83,7 @@ This package exports the following identifiers: `directive`, `directiveHtml`.
There is no default export. There is no default export.
The export map supports the endorsed The export map supports the endorsed
[`development` condition](https://nodejs.org/api/packages.html#packages_resolving_user_conditions). [`development` condition](https://nodejs.org/api/packages.html#packages\_resolving\_user\_conditions).
Run `node --conditions development module.js` to get instrumented dev code. Run `node --conditions development module.js` to get instrumented dev code.
Without this condition, production code is loaded. Without this condition, production code is loaded.