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.0supports regular expressions forincludeandexclude.Is there a risk here that users might not have the latest version of
import-in-the-middlein their dependencies?