Let's just keep track in one list so we don't forget. ## Code Blockers - [x] Fix runtime issues (https://github.com/facebook/create-react-app/issues/5116) - [x] CSS bug? https://github.com/facebook/create-react-app/issues/5140 - [x] Give bundle analyzer thing final testing and make a decision (https://github.com/facebook/create-react-app/issues/4563#issuecomment-425193592) - [x] Switch to Babel loader (https://github.com/facebook/create-react-app/issues/5122#issuecomment-425192725) - [x] Fix EPIPE noise on failed builds. https://github.com/facebook/create-react-app/issues/5138 - [x] Check that it works on Node 10 https://github.com/facebook/create-react-app/issues/5103#issuecomment-425637128 - new apps work on node 10, running `yarn upgrade` before upgrading `react-scripts` would probably fix this, or we can file a bug with yarn - [x] Check if this is a regression https://github.com/facebook/create-react-app/issues/5164 - [x] Investigate migration path for https://github.com/facebook/create-react-app/issues/5178 - [x] Why does Workbox output have so many files? And what is Google Analytics doing there? https://github.com/facebook/create-react-app/pull/4169#issuecomment-425684363 - [x] Fix or document class properties regression with Flow https://github.com/facebook/create-react-app/issues/5176#issuecomment-425721254 - [x] Stretch: nicer webpack messages (can also go in a patch) - [x] Include license into packages https://github.com/facebook/create-react-app/issues/4944 ## Docs Blockers - [x] Remove anything outdated from the User Guide - [ ] Make a decent changelog and migration guide from 1.x ## Docs Follow-ups - [x] Ping Ives https://github.com/facebook/create-react-app/issues/5128 - [x] Document `/* autoprefixer grid: on */` for CSS grid - [ ] Update React's "Add React to Website" JSX section - [ ] Prepare blog post - [x] Document Workbox (https://github.com/facebook/create-react-app/pull/5111) - [ ] Make a decent migration guide from 2.x betas - [ ] Monorepo migration (https://github.com/facebook/create-react-app/issues/5100) - [x] Check and document Apollo (https://github.com/facebook/create-react-app/issues/5126) and Relay support - [x] Explain browserslist https://github.com/facebook/create-react-app/pull/3644#issuecomment-425231139 - [ ] MDX https://github.com/facebook/create-react-app/issues/5149 - [x] All the other stuff in https://github.com/facebook/create-react-app/issues/5127
Let's just keep track in one list so we don't forget.
Code Blockers
yarn upgradebefore upgradingreact-scriptswould probably fix this, or we can file a bug with yarnTypeError: Cannot read property 'bind' of undefined when using Flow #5176 (comment)
Docs Blockers
Docs Follow-ups
/* autoprefixer grid: on */for CSS grid