Good day.
I have a few vue apps that are deployed in my nginx server and, sometimes, when i update my apps the users don't seem to be able to access the new versions due to their cache.
How do i cache bust my vue apps without having to change the name of every file and component reference i have in my apps? Is there an easy to use npm plugin i can add to my projects or something i can do before i run npm run build to create their dist folders? Can i do any of that without having to temper with my webpack or nginx config files?