Open jankapunkt opened 1 month ago
Hey @jankapunkt, I think it'd be nice if Meteor had a go to PWA
package.
I considered doing something like that but then I wasn't sure if people would prefer to customize their service worker a bit to drop or add certain features. Maybe there's a nice way to allow for that.
Hey @jamauro I was thinking of making this a Meteor package, simply adding the
package.js
and adding the files viaapi.addFiles
or provide them flexible viaapi.mainModule
.Paths could be configured via
meteor.settings
with zero-config defaults. What do you think?