-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Import fails #237
Comments
Could you tell me more about your setup (transpiler, bundler, general processing of source files into final artifacts, use of ES modules, TypeScript, Babel, etc..) ? |
This happens with an app create with
|
It's not specific to
|
I didn't think it would matter, but for the sake of completeness, it also still happens without the
|
|
This config seems to be using webpack5, in case that matters. I saw this when running
|
Ah, interesting. I followed the link in the above message about webpack5 and that lead me to try putting: webpack5: false in Note however that this is not a long-term solution as the above link says:
|
Possibly of interest? |
and let webpack auto-detect. As suggested at webpack/webpack#12598 (comment) Fixes: 47ngGH-237
#238 seems like it might fix this. Hopefully it doesn't have any bad side-effects. |
any news on this? |
and let webpack auto-detect. As suggested at webpack/webpack#12598 (comment) Fixes: GH-237
🎉 This issue has been resolved in version 1.4.0-beta.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@msabramo & @bogdansoare, let me know if 1.4.0-beta.5 works for you. I'm still waiting on a TS types bugfix from Next.js to bump a security PR and I'll look into crafting a proper release. |
Yep I'm using 1.4.0-beta.5 and it's working well for me.
Thank you! |
🎉 This issue has been resolved in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I did:
and then added to my code:
I got this error:
Failed to compile
The text was updated successfully, but these errors were encountered: