-
Notifications
You must be signed in to change notification settings - Fork 27.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
Failed to build nextjs app #30636
Comments
same here, i'm getting
it was working fine not too long ago, suddenly this happens |
Thanks for the report @thatcatdrout, this seems related to |
## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint` This PR applies - swc-project/swc#2610 This increases the pass limit (which is required to prevent hanging) from 30 to 100. Fixes #30636. - swc-project/swc#2625 This marks assignment with operators as `usage`+ `assign`. Previously it was only `assisgn`. This is to preserve assignments to variables used like `(a += '').split('.'))`. Fixes #30414. --- I expect this to fix some more issues on next.js repository, but I didn't list them because it's not tested.
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. |
## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint` This PR applies - swc-project/swc#2610 This increases the pass limit (which is required to prevent hanging) from 30 to 100. Fixes vercel#30636. - swc-project/swc#2625 This marks assignment with operators as `usage`+ `assign`. Previously it was only `assisgn`. This is to preserve assignments to variables used like `(a += '').split('.'))`. Fixes vercel#30414. --- I expect this to fix some more issues on next.js repository, but I didn't list them because it's not tested.
What version of Next.js are you using?
12.0.1
What version of Node.js are you using?
12.22.5
What browser are you using?
Librewolf
What operating system are you using?
Linux
How are you deploying your application?
Vercel
Describe the Bug
So i tried to build my nextjs app. Everything worked when i started a development server but failed when tried to build the app.
Expected Behavior
It should just build a production build
To Reproduce
The text was updated successfully, but these errors were encountered: