shadowwalker / next-pwa

Zero config PWA plugin for Next.js, with workbox 🧰
MIT License
3.71k stars 312 forks source link

register SW when using next@13.1 app directory #451

Closed fayez-baig closed 1 year ago

fayez-baig commented 1 year ago

When using the new app directory in Next 13.1 a new main JS entry point is introduced, causing the PWA not to be installed. This PR also adds the registration code to the Next 13.1 app entry point.