-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development build fails after upgrading to react-scripts 0.8.2 #1202
Comments
Exactly the same here on Windows 7 x64 using npm. Rolling back to 0.8.1 for now. |
Thanks for reporting. I sent a fix in waysact/webpack-subresource-integrity#23, will see how fast it gets merged. If it doesn't get merged today I'll have to revert the addition of https://github.com/waysact/webpack-subresource-integrity until it's more stable. cc @jscheid — could you help getting it in asap please? |
In the meantime you can fix this locally by applying this change inside |
@gaearon Thank you for the fix! |
Sorry about that. We need to start doing Windows CI builds.. |
This should be fixed in 0.8.3 which was just released. https://github.com/facebookincubator/create-react-app/releases/tag/v0.8.3 |
0.8.3 works for me. Thank you for the super fast fix! |
Please keep up with reports if anything is broken! |
Will do! |
😱 |
It works but, when i put the files on server (shared or in Heroku) and access in my mobile phone this error appears: Failed to find a valid digest in the 'integrity' attribute for resource 'http://facilbardelivery.com.br/static/css/main.33fa5f7d.css' with computed SHA-256 integrity 'fhBe+EZQ6zPH/PQFiIlVZjwvoWQGAWe1s8BEyp2TJ6k='. The resource has been blocked. |
Does this help? |
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.2node -v
: v6.7.0npm -v
:3.10.8However I am using Yarn v0.17.10 for all actions.
Then, specify:
Reproducible Demo
To reproduce create a new app and run
yarn build
.The text was updated successfully, but these errors were encountered: