Development build fails after upgrading to react-scripts 0.8.2
Created by: AlmeroSteyn
Description
After upgrading to the latest version of create-react-app and react-scripts (0.8.2) the build task fails.
Expected behavior
Build should pass on a newly created app, or updating an existing app to react-scripts v0.8.2
Actual behavior
In both a newly created app or in an existing app upgraded, the build fails:
Downgrading both scenarios back to v0.8.1 makes the build complete successfully again.
Environment
Run these commands in the project folder and fill in their results:
-
npm ls react-scripts
(if you haven’t ejected): react-scripts:@0.8.2 -
node -v
: v6.7.0 -
npm -v
:3.10.8
However I am using Yarn v0.17.10 for all actions.
Then, specify:
- Operating system: Windows 8
- Browser and version: Fails in command console, so not applicable
Reproducible Demo
To reproduce create a new app and run yarn build
.