devloco / create-react-wptheme

Create modern, React-enabled WordPress themes with a single command.
MIT License
359 stars 60 forks source link

Fix PWA Support #38

Open devloco opened 4 years ago

devloco commented 4 years ago

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.

devloco commented 4 years ago

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...

yvikasofficial commented 3 years ago

@devloco I'm seeing this bad-precaching-response: bad-precaching-response 500 when i register a serviceWorker. Any fix for this one?