Closes #1253 (closed) Closes #1254 (closed)
Summary
We previously had duplicate sw.js files. This PR:
- Removes the unused
sw.jsfile - Imports the settings from the unused file into
src/sw.js - Migrates to
workbox.js@6, with the requisite API changes.
Open questions
-
Of the two workbox implementations, does this PR use the correct one? (@ericwbailey)