Skip to content

Webpack sw.js improvements

Alex Gleason requested to merge webpack-sw-improvements into develop

This does the following:

  1. 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.

  2. Refactors Webpack so it treats static as the root path. Previously it would output to static/packs which caused problems.

  3. Fix the service worker causing the user's browser to fetch 3000+ emojis on pageload.

Edited by Alex Gleason

Merge request reports