Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hoist dependencies = smaller react-router-dom UMD (#5720)
* Hoist dependencies = smaller react-router-dom UMD Previously, react-router-dom's UMD builds contained duplicate code because they were fetching from both `packages/react-router/node-modules` and `packages/react-router-dom/node_modules`. With hoisting, this build is now fetching from the root `node_modules`. * eslint --fix the website. * Update and sync packages. * Fix website for React 16 * De-hoist RRN's react dep
- Loading branch information