Webpack sw.js improvements
This does the following:
-
Temporarily disables code related to push notifications. They simply don't work yet, so there's no point running this code until we fix it.
-
Refactors Webpack so it treats
staticas the root path. Previously it would output tostatic/packswhich caused problems. -
Fix the service worker causing the user's browser to fetch 3000+ emojis on pageload.
Edited by Alex Gleason