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

Add exports to package.json on 6.x branch #6613

Closed
wants to merge 1 commit into from

Commits on Sep 27, 2021

  1. Add exports to package.json on 6.x branch

    This is along the same lines as ReactiveX#6192, but for the 6.x branch.
    
    On Angular we're exploring changing our packaging to be based around ES modules and rxjs is currently a blocker, because it doesn't specify the `exports` field on the `package.json` in the 6.x branch like it does in 7.x. These changes add an identical configuration.
    crisbeto committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    06c1c9d View commit details
    Browse the repository at this point in the history