Why is there such a big difference between the compile time and the done time? #4294
Unanswered
zhouxinyong
asked this question in
Q&A
Replies: 1 comment 2 replies
-
During production build, Rsbuild will register the SWC minify plugin, which may take some time. Can you try to disable minify and compare the build time? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project CI:
compile time is 10s
done time is 44s
Is there any way to shorten this time?
Beta Was this translation helpful? Give feedback.
All reactions