-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Plugin no longer transforming codebase as of v1.10.3 #243
Comments
👍 We are seeing the same issue |
Same issue with version 1.10.6, everything works with 1.10.5.
|
Same issue here. |
There is a potential fix for you in #261 @ChrisAckerman @AndyBan @ppiyush13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just updated from
v1.10.0
tov1.10.6
and finding the plugin no longer transforming any of my code. I managed to get it to kick back in by downgrading tov1.10.2
.My snapshots capture this by failing with these kinds of mismatches,
If it helps debug the issue, I can confirm that the
___default
injection appears whenreact-hot-loader/babel
is enabled. Removingreact-hot-loader
from the plugin chain doesn't make[email protected]
transform any of my code, however.Babel configuration looks like this:
Sorry if this is a bad bug report? I'm not used to opening GitHub issues. Could this be related to
@babel/plugin-proposal-dynamic-import
becoming part of@babel/core
as of v7.5.0?The text was updated successfully, but these errors were encountered: