-
Notifications
You must be signed in to change notification settings - Fork 6
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 esm #6
Comments
This can work just as it does in #7 . |
Noticed that https://github.com/sidorares/hot-module-replacement doesn't work with: NODE_OPTIONS="--require esm" polydev |
Hate to be pedantic or naive here but... what if people just used TypeScript (#7)? 🤔 |
Support has been added: 👏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/standard-things/esm can be supported via
polydev -r esm
(as if we were running Node), or perhaps viaNODE_OPTIONS
.The text was updated successfully, but these errors were encountered: