'Cache-busting in react js with create react app not working when service worker is unregistered

Tried with:

1)

http-equiv="Pragma" content="no-cache" 
http-equiv="Expires" content="0" 
  1. Server side - changed location expires 0;

  2. Cache buster component with meta.json file for version changes

None of the above working after build is deployed to ngnix, (latest changes are not reflecting until refresh manually from browser)

Kindly help with working solution



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source