hanford / next-offline

make your Next.js application work offline using service workers via Google's workbox
https://github.com/hanford/next-offline
1.59k stars 111 forks source link

Can I also add my service worker to while using next-offline ? #246

Closed guptamohit004 closed 4 years ago

guptamohit004 commented 4 years ago

I want to add an extra service-worker which will contains some get request and some scripts. Can i Do that using next-offline ?