The issue with service worker is that it caches all the files in your browser .
Therefore the new scripts are not loading and its taking the old script after plugin update .
So its important to simply update the version of your servicer worker and
then regenerate the service worker in order clear out the service worker cache and register a new service worker .
You might need to clear the cache : https://prnt.sc/12kyjsd