When I choose to Watch for changes and I save the code, the Plugin does not update the changes when using Windows 10.
For writing the code, I am using Visual Studio code if that makes a difference.
I have to open UXP Dev Tool and choose Reload for the panel to update.
Everything seems to work fine on my MAC
Is this a known issue when using Windows.
It depends which files you change. I have my index.js, language strings and modules on separate JS files. If I change index.js or modules, it works fine, but if I change language strings, I have to reload too. I think it depends how files are included/imported.
I only use the Vanilla templates at the moment and the only change I do is move the CSS into its own folder.
Strange that it works on MAC but not on my Win 10 PC