-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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(config): don't resolve by exports.module field #10442
Conversation
If this were going to be changed, you would need to update the docs: https://vitejs.dev/config/shared-options.html#resolve-conditions It looks like this was originally added to support I don't understand the motivation for this change or why |
Thank you, updated.
Yeah, It seems to me that there is no need to support exports.module. |
I'm not sure how you came to that conclusion. I see I think probably no project should be using I think it should also be removed from |
Yes, as you can see,
I don't think we need to do anything except remove support for |
d2c5aaf
to
2388688
Compare
superseded by #10528 |
Description
fix: #10430
related: #10347
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).