-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configured the thread-loader to keeping workers alive in development …
…mode (#4562)
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d0afe4b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if it's this specific commit, but upgrading from 2.0.0-next.66cc7a90 to 2.0.0-next.3e165448 lead to a very hard to debug issue.
When running
yarn build
on circleci (node 9.6.1 on debian) I got this error message:After some digging I found references to the
thread-loader
in some error log. I know this isn't hard evidence (So I didn't file an issue yet). But it's maybe worth keeping an eye on this.d0afe4b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you open a formal issue @danielberndt?
d0afe4b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm... I tried really hard to reproduce it with a new project and wasn't able to. So I guess it had something to do with my specific setup.
d0afe4b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am experiencing this issue on 2.0.0-next.3e165448 with
yarn build
on circleci as well. We have a fairly large app, so maybe it has something to do with the size of the project?