-
Notifications
You must be signed in to change notification settings - Fork 416
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
Race condition in resolve #1334
Conversation
🦋 Changeset detectedLatest commit: 72d419d The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@PierreGUI we found and fixed something here. It might help with your build. Or might not :) |
Thanks, I've tried this build, hélas unsuccessfully. The build of my big entrypoint gets stuck at about 10%, and then runs out of memory. Note: prepare script fails for @linaria/rollup (but succeeded for babel) |
…owing error when first run fails
Motivation
Asynchronous resolver potentially could cause a race condition.
Summary
Adding dependencies to an entrypoint has been moved from asynchronous code to synchronous.