The default service worker that comes with create-react-app doesn't allow for very much configuration. We'll replace that default service worker in two ways. First, we'll create a blank service worker js file, and use that as our custom service worke…