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

Move isomorphic-react-* to devDependencies #2486

Merged
merged 3 commits into from
Oct 23, 2019
Merged

Conversation

compulim
Copy link
Contributor

@compulim compulim commented Oct 22, 2019

Changelog Entry

Fixed

Description

isomorphic-react-* is for loading React from window.React and fallback to import React from 'react'. And this is for bundle only, i.e. Webpack.

We shouldn't need to put isomorphic-react-* in production dependencies because they are not published.

Specific Changes

In bundle package, move isomorhic-react-* from dependencies to devDependencies.


  • Testing Added

@compulim compulim merged commit d93f333 into master Oct 23, 2019
@compulim compulim deleted the fix-isoreact-dev branch October 23, 2019 00:39
@compulim compulim mentioned this pull request Oct 25, 2019
55 tasks
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.

Web Chat errors when built inside a React app of a different version that uses hooks
2 participants