Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR 15550: Move React to devDep and peerDep.
- Move React to devDep and peerDep. Reference: http://stackoverflow.com/a/30454133/1436671 - Release the React semver restriction to 0.14.x. - The peer dependency leaves the App to resolve the React dependencies. - It is a MUST to do so, we cannot guarantee the App is using webpack and leverage dedup. - If not dedup and two React copies run in the page, it leads problems. Like this: facebook/react#1939 - Follow reading the React new version schema: http://facebook.github.io/react/blog/2016/02/19/new-versioning-scheme.html
- Loading branch information