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

Commits on Oct 5, 2023

  1. Expose package subdirectories

    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 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5904650 View commit details
    Browse the repository at this point in the history