You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image sizes are easy enough for me to fix (although they should be in CRA tbh), but the Service worker does not successfully serve the manifest's start_url. confuses me.
Apparently this really is just a false positive (even throws error on Google properties). It's up to you if you want to do the 192 + 512 icons. Closing
Is this a bug report?
Yes
Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
Environment
node -v 8.11.1
:npm -v 5.6.0
:npm ls react-scripts
(if you haven’t ejected): 1.1.4Then, specify:
Steps to Reproduce
Fresh CRA + Netlify w/ HTTPS ==> Lighthouse === not a valid PWA.
(Write your steps here:)
create-react-app foo --use-npm
npm run build
" and "Publish Directory:build
"Here's the demo code (fresh CRA): https://github.com/corysimmons/test-cra-pwa-netlify/tree/55643ddf023d2eb4b267ca72f568268752ea398a
Here's the site: https://testing-1-2-3.com
The image sizes are easy enough for me to fix (although they should be in CRA tbh), but the
Service worker does not successfully serve the manifest's start_url.
confuses me.I've tried changing the
start_url
to:./index.html
./
.
index.html
https://testing-1-2-3.com
./build
./build/index.html
...and keep getting the same failure.
Related
The text was updated successfully, but these errors were encountered: