Currently, I am utilizing vue cli along with pwa (workbox).
Upon building the project, Vue automatically generates a file called:
precache-manifest.882c44d211b70f8989278935.js
.
Within this file, there are entries for revision
and url
:
{
"revision": "2332b61ff6f66ba9523b370a7f21196d",
"url": "/index.html"
},
If I do not make any changes to the file, it retains the same revision
.
My main query revolves around how I can compel it to generate a different revision
every time I build the project?