@next does not build due to react-scripts
Created by: AaronPowell96
Describe the bug
When you install create-react-app using @next it will install react-scripts with 3.4.1 but a manual upgrade is needed to allow the build to work.
Steps to reproduce
(Write your steps here:)
-
run npx create-react-app@next
-
run npm run build or yarn build
-
upgrade [email protected]
-
yarn build
-
works