Is there any Hot Reloading for js development in Home Assistant?

Wondering if there is a way to disable cache etc during dev so I don’t have to hit refresh or toggle Lovelace clear cache in the developer settings every time I make a style change when developing in TS.

Ideally it would be nice to make a change in VS-code in the devContainer, it saves and updates the JS file. Then HA refreshes and clears the cache, like how react works with a save and the browser refreshes with your changes…

1 Like

Anyone? I’m embarking on some of this work myself and find it rather difficult to rapid test changes.