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

Don't build shallow renderer UMD bundles #19372

Closed
wants to merge 1 commit into from

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Jul 15, 2020

Fixes the blocker for #19368.

We've stopped building CJS bundles for shallow, but we're still building UMDs. They're only available in the UMD folder. I think it's reasonable to drop UMDs for the shallow renderer in our package because they can be found in https://unpkg.com/browse/react-shallow-renderer/umd/ anyway. And since master is already 17-only we can do it now.

Note this doesn't delete shallow renderer integration tests or the entry point. That keeps working.

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Jul 15, 2020
@gaearon gaearon requested a review from bvaughn July 15, 2020 15:29
@bvaughn
Copy link
Contributor

bvaughn commented Jul 15, 2020

This change was manually cherry picked into master, so I'm going to close this PR

@bvaughn bvaughn closed this Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants