Skip to content

Move isomorphic-react-* to devDependencies#2486

Merged
compulim merged 3 commits intomasterfrom
fix-isoreact-dev
Oct 23, 2019
Merged

Move isomorphic-react-* to devDependencies#2486
compulim merged 3 commits intomasterfrom
fix-isoreact-dev

Conversation

@compulim
Copy link
Copy Markdown
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