-
Notifications
You must be signed in to change notification settings - Fork 2.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
remix build
hangs after build when no tty is available.
#5021
Comments
As a workaround, I changed the build script to |
|
Reproducible with turborepo and pnpm run -r |
Remix build started to hang since https://github.com/remix-run/remix/releases/tag/remix%401.7.5. Probably in #4410 cc @pcattori |
Reproduced with Found this incremental flag make build hang. With incremental: false all works.
|
@pcattori New esbuild version seems moved away from incremental flag so upgrade may solve the issue. |
Remix v1.16 shipped with more changes to compiler including upgrading to esbuild 0.17.6 and removing the |
@TrySound like I mentioned earlier, we've upgraded to esbuild 17 and are now using esbuild context (instead of If issue reemerges, feel free to reopen. |
What version of Remix are you using?
1.9.0
Steps to Reproduce
Add a package.json script
build
that runsremix build
, and another that runsnpm-run-all -l build
.Expected Behavior
Build finishes as usual.
Actual Behavior
Build hangs after
Built in 2.3s
.The text was updated successfully, but these errors were encountered: