-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
support NODE_OPTIONS #52
Comments
@cjroebuck would you show how esmock should be started with NODE_OPTIONS? maybe support could be added. |
It would be something like:
Thank you very much for esmock |
related TypeStrong/ts-node#1748 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently you need to pass
--loader=esmock
as an argument to node because esmock checks only process.argv.It would be good to support NODE_OPTIONS env var too.
The text was updated successfully, but these errors were encountered: