Skip to content
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 missing nested exports #503

Merged
merged 11 commits into from
Mar 29, 2024
Merged

Fix missing nested exports #503

merged 11 commits into from
Mar 29, 2024

Conversation

huozhi
Copy link
Owner

@huozhi huozhi commented Mar 24, 2024

Align the exports map keys, previously we're mixing . and ./index as the same one, now we need to align then as ./index. And then separate ./index from other special exports ./index.react-server in the entries.

Fixes #501
Fixes #502

@huozhi huozhi changed the title [WIP] map exports to source files Fix missing nested exports Mar 29, 2024
@huozhi huozhi marked this pull request as ready for review March 29, 2024 13:26
@huozhi huozhi merged commit c8ae157 into main Mar 29, 2024
3 checks passed
@huozhi huozhi deleted the fix/nested-exports branch March 29, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After update to v5, not working correctly Handling nested exports
1 participant