The speed of HMR is lower than vue-cli5,Why? #4057
Unanswered
Zhengy1995
asked this question in
Q&A
Replies: 2 comments 5 replies
-
The Vue compiler is slow, try lazy compilation: https://rsbuild.dev/config/dev/lazy-compilation |
Beta Was this translation helpful? Give feedback.
5 replies
-
remove the code-inspector-plugin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've make a migration from vue-cli5 to rsbuild by official doc,the HMR takes more time, it's about 12s now,but original is 6s,is there any config can improve it fastly like vite?
Beta Was this translation helpful? Give feedback.
All reactions