We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://nodejs.org/dist/latest-v13.x/docs/api/esm.html#esm_code_getglobalpreloadcode_code_hook current:
const require = createRequire(process.cwd + '/<preload>');
should be
const require = createRequire(process.cwd() + '/<preload>');
The text was updated successfully, but these errors were encountered:
Thanks, it's confusing, but that content is actually in the https://github.com/nodejs/node repo. Do you want to open an issue or PR there? I don't have the ability to transfer you issue myself.
Sorry, something went wrong.
nodejs/node#32657
Thanks @sla100 I think the docs will get updated after it lands, and the next time v13 is released
No branches or pull requests
https://nodejs.org/dist/latest-v13.x/docs/api/esm.html#esm_code_getglobalpreloadcode_code_hook
current:
should be
The text was updated successfully, but these errors were encountered: