Replies: 2 comments 1 reply
-
Here are my benchmarks of Vite vs Vue Cli First row - Vite (2.9.x), second row - Vue Cli (5.0.x), first column - first build, second column - second build right after the first one. So while first build is faster in Vite second one is much slower, looks like Vue Cli/Webpack caches something and Vite doesn't. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If I disabled the @vitejs/plugin-legacy then the build time drops from ~790 secons to around ~90 seconds. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently converted my large project from webpack vue-cli based to vite. When building the code its very very slow.
Webpack vue-cli: ~2 mins
vite build: ~13mins
Using
vite: 2.9.12
node version 14.x
I am not sure how to start investigate whats taking too much time.
Beta Was this translation helpful? Give feedback.
All reactions