Custom App Plugin Backoffice Cache issue Umbraco 13

Hey, I am trying to create a custom plugin in the App_Plugins folder Using Umbraco 13. I have followed the the official umbraco documentation

to setup a custom plugin, and everything is working fine. However, the controller.js file seems to be cached and whatever I do, it is not updating. I tried renaming the file, adding a url parameter (?v=2), clearing cache, disabling chrome cache, refreshing IIS application pool, I even tried deleting the file, and it is still loading the cached version.

Any help is greatly apricated, as this is driving me mad.

Cheers


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/113872-custom-app-plugin-backoffice-cache-issue-umbraco-13