I would like to create my first PWA app and I want to use sw-precache
. I would like to have push notifications in my app, but I don't see any option to add push
notification and notification click
listeners via sw-precache
generate.
Should I add some sort of concatenate after the files is generated?
Does anyone knows how to do this?