Quasar Framework does not hot update, how to?
Happened the same to me a few hours ago. and had to rollback Vue to 3.5.20, 3.5.19 version and worked hot reload for me on 3.5.21 not working Node version 20.19.4. Npm version 10.8.2
I can confirm that hot reload does not work with Vue version 3.5.21
Modify package.json
vue: '3.5.19'
$ rm -rf node_modules
yarn install
OK!!! It can be hot update.
浙公网安备 33010602011771号
Happened the same to me a few hours ago. and had to rollback Vue to 3.5.20, 3.5.19 version and worked hot reload for me
on 3.5.21 not working
Node version 20.19.4.
Npm version 10.8.2