create-react-wptheme
create-react-wptheme copied to clipboard
Fix PWA Support
Since I started this project, I've had problems getting the Progressive Web Apps (PWA) stuff that is built into create-react-app
to work. I've just been remarking out that code. But I should dig into the problem and see if there isn't a way to get it working properly in create-react-wptheme
since the popularity of PWAs is on the rise.
Facebook put in a fix for Firefox in the serviceWorker.js
file. I'm not sure if this was the only problem here... but I do use Firefox. So it might be...
@devloco I'm seeing this bad-precaching-response: bad-precaching-response 500
when i register a serviceWorker. Any fix for this one?