I am developing the custom wordpress theme by using / I run 'npm start' to start the file watcher. but the hot-realoading is working only for changes of php, twig and scss. 'npm start' is not detecting the js changes. my os is windows 10.
currently I am using the following command "serve": "vite dev", "watch": "vite build -w",
so npm run serve and npm run watch.
npm run watch is detecting the js changes and working the re-compile. but still hot reloading is not working on my win10.
why npm start is not working fully?
this is flynt git :
looking forward to hearing from you.
Regards