Quasar Framework does not hot update, how to?

 
 
 
 
@cmendez2121
 
@cmendez2121
 

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

 

badm18 commented 5 days ago

@badm18
 

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.

posted on 2025-09-10 21:59  刘应杰  阅读(6)  评论(0)    收藏  举报

导航