You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now loaders can not hear process events and some implementations like hot reload in dev mode can not be done (at least not with only one master watcher that propagates to child loaders in order to revalidate)
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
no response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Since Node.js 20, the loaders are not executed on the main application thread anymore, but on a separate worker thread.
You can establish a communication channel between the main thread and the loaders thread using the globalPreload hook: https://nodejs.org/dist/latest-v20.x/docs/api/esm.html#globalpreload
Version
20.1.0
Platform
any
Subsystem
any
What steps will reproduce the bug?
now loaders can not hear process events and some implementations like hot reload in dev mode can not be done (at least not with only one master watcher that propagates to child loaders in order to revalidate)
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
no response
Additional information
No response
The text was updated successfully, but these errors were encountered: