-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
fix(dev): Use module-sync
server condition when enabled
#12729
Conversation
🦋 Changeset detectedLatest commit: f99c0af The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 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 |
it should available be in the |
🤖 Hello there, We just published version Thanks! |
Fixes #12475.
In the linked issue, the
module-sync
condition is used by Node but not by Vite. To fix this, we detect whether themodule-sync
condition is being used in Node, and if so we add it to the list of Vite's server conditions.