why the compilation time increase more than double when I upgrading my vue2 project to [email protected] #5217
Replies: 1 comment 5 replies
-
Can you follow the Build profiling guide and share the profiling files? |
Beta Was this translation helpful? Give feedback.
5 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading a Vue2 project built with vue-cli to [email protected], the development startup time and compilation time have doubled.
I don't know why this is ? only compilation size decrease
1.1G -> 985M
the startup time has increased from the original 1:20 seconds to 3:30 seconds
My config
rsbuild.config.js
When compiling up to here, will take long time

Beta Was this translation helpful? Give feedback.
All reactions