javascript - Ionic 4 Browser PHP Force Clearing Cache

one text

I have an App made with Ionic 4 and compiled for the browser. The problem is that when I do an update and upload it to the server, to see the changes the client has to clear the cache or access incognito mode.

I've traied changing the version of package.json, but doesn't works.

How can I solve that?

EDIT: I have tried to put ?ver = 1.0 in the index.html .js paths and it works, now the PHP file is missing, but I don't know how to do it like

Source