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
We have a very specific use-case for ESM loader hooks that we are using here with https://github.com/Julien-R44/hot-hook
hot-hook is an ESM loader that enables HMR for Node.js apps without performing any bundling or static analysis of the code.
However, hot-hook can only work with dynamic imports and hence it becomes super crictical for us to differentiate between static and dynamic imports.
Since, loader hooks are under active development, we thought to share our use-case and see if it makes broader sense for Node.js to support this.
The text was updated successfully, but these errors were encountered:
Related: #205
Sorry, something went wrong.
No branches or pull requests
We have a very specific use-case for ESM loader hooks that we are using here with https://github.com/Julien-R44/hot-hook
hot-hook is an ESM loader that enables HMR for Node.js apps without performing any bundling or static analysis of the code.
However, hot-hook can only work with dynamic imports and hence it becomes super crictical for us to differentiate between static and dynamic imports.
Since, loader hooks are under active development, we thought to share our use-case and see if it makes broader sense for Node.js to support this.
The text was updated successfully, but these errors were encountered: