fix(config): don't resolve by exports.module field#10442
fix(config): don't resolve by exports.module field#10442Dunqing wants to merge 3 commits intovitejs:mainfrom
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).