next-pwa
next-pwa copied to clipboard
Integrating with share api
Hi,
I would like to add a listener in the service worker for fetch so that I can listen to share requests (https://web.dev/web-share-target/). What is the recommend way to extend this plug-in to add other features to sw while leveraging the code that gets written to sw.js during the build. Thanks!