-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Build broken in next@10.2.1-canary.6: Cannot read property 'asString' of undefined #25107
Comments
@sokra unfortunately this is still present for me in @canary.9 . |
@gustavpursche were you able to resolve this? I just ran into this on latest release. |
@RyanMcDonald Apologies for closing this without a comment. Indeed, I wasn't able to resolve the issue - I've just realized that it only occurs with webpack@4. Since no one else seemed to have the issue I thought it's about my setup, but I'm happy to re-open. |
Related: #25276 |
Closing in favor of #25276. |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
What version of Next.js are you using?
10.2.1-canary.6 with webpack 4. The issue is still present in 10.2.1 and 10.2.2
What version of Node.js are you using?
v14.17.0
What browser are you using?
FF
What operating system are you using?
Ubuntu
How are you deploying your application?
Breaks locally
Describe the Bug
When running
next build
something breaks in the latest canary version:next/dist/build/index.js
Expected Behavior
I expect the build to succeed.
To Reproduce
I don't know, to be honest:
The text was updated successfully, but these errors were encountered: