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

Expose package subdirectories #8

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Expose package subdirectories #8

merged 1 commit into from
Oct 5, 2023

Conversation

throwandgo
Copy link

@throwandgo throwandgo commented Oct 5, 2023

In our Remix monorepo, we need to be able to access modules under ./lib/client/ and ./lib/types/, but a change upstream prevents us from doing so because they're not listed as package entry points (example build error). In this commit, we expose the files under each of those paths so that our monorepo is happy once again.

See: https://nodejs.org/api/packages.html#package-entry-points

In our Remix monorepo, we need to be able to access modules under
./lib/client/ and ./lib/types/, but a change upstream prevents us from
doing so because they're not listed as package entry points. In this
commit, we expose the files under each of those paths so that our
monorepo is happy once again.

See: https://nodejs.org/api/packages.html#package-entry-points
@throwandgo throwandgo requested a review from Jamie5 October 5, 2023 23:00
@throwandgo throwandgo merged commit c0e0117 into master Oct 5, 2023
6 checks passed
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.

2 participants