As many of my followers already know, we recently started the renovation of the Inspector dashboard UI with a fresh new design and a modern technology stack. In this article I will explain why we decided to leave Webpack and embrace https://vitejs.dev/ as assets build tool and Hot Module Replacement. I will show you how to use HMR (hot module replacement) on Windows working with a VM as a development environment.
This is why the change can take some time to be reflected in the browser, even with HMR enabled.
Your application modules will be transformed and served by Vite when they are required by your application.