修改任意代码,都会导致整个页面reload,且刷新很慢,但是用vite创建一个demo项目,修改代码,页面反应非常迅速,不会reload,只会局部update #991
Unanswered
urfreespace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
修改任意代码,都会导致整个页面reload,且刷新很慢,日志输出是
[vite] page reload xxxx
但是用create-vite创建一个demo项目,修改任意代码,页面反应非常迅速,不会reload,只会局部update,日志输出是
[vite] page update xxxx
Beta Was this translation helpful? Give feedback.
All reactions