In case of our development, we serve files from https://localhost as the app is hosted in salesforce.com. In chrome service worker on chrome blocks anything coming from self-signed server i.e (https://localhost).
So is there a way to disable/unregister service workers when in development mode. Any pattern to follow for this.
Thanks