Issues with vuci-apps in SDK 7.14.2

I’ve encountered problems when trying to use custom packages in vuci. In fact, even the example packages (vuci-app-example) found in the main SDK directory do not work properly. This happens when the package is installed through the firmware compilation process (* via menuconfig).

It seems to be related to changes in the new vite.base.config.ts / vite.config.ts, which generate a hashed file, but the HTML source still references the JS file without the hash.
(Example.js → Example_.js.gz)

Looking forward to your comments.

Jorge Fernandez