-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: Extend ESM hooks options for iitm v1.10.0 #13016
Conversation
Hmm yeah, users will OOTB not get an updated version of this. One thing we could do I guess is add an import-in-the-middle dependency ourselves for ^1.10.0? Does that make sense? 🤔 That may help sometimes if users dedupe correctly, but I guess even then it may not work for some scenarios to force updating this to latest 🤔 |
FWIW this is possibly also the reason why some users report that using |
Since we actually register |
I think you need to run |
import-in-the-middle@1.10.0
supports regular expressions forinclude
andexclude
.Is there a risk here that users might not have the latest version of
import-in-the-middle
in their dependencies?