Wei Wang

Results 28 comments of Wei Wang

https://github.com/shadowwalker/next-pwa/blob/master/cache.js is a preset of runtime caching configuration, feel free to copy it, modify it as you like, then passing the configuration object into `pwa` section of your `next.config.js` with...

1. What make you think `next-pwa` is deprecated? 2. What make you think "JEST is renamed to JOI"? 3. I don't maintain the example inside `next.js` repository unfortunately, does the...

I'm wondering why it's expecting a `service-worker.js` file served from `/` root path? When you run `yarn build`, what files get generated inside `public` folder?

`register: false` does what it says, which is disable registration, nothing more. If you want to disable service worker entirely, simple use `disable: true` or remove `next-pwa` from `next.config.js` entirely.

What's the version of `next-pwa` are you using, could you upgrade to latest version and try again?

Could someone help with a minimal error reproduce repository?

@mycolaos I still couldn't reproduce the error, it would be nice if I could have a setup repository to trouble shoot this issue.

> where is the maintainer for this? Hi, @rators this project will still work solid. However, as more and more people are moving towards react hooks, I recommend also check...