|
|
|
|
|
by kamikaz1k
722 days ago
|
|
Build time isn’t the only benefit, but consider that the author is from ByteDance and how large their projects are. Another important callout is how in Vite, native ESM modules are used in dev which makes it very slow for large apps with thousands of modules. So cold start of dev can be important too. In practice HMR is mostly what you need and Vite has it covered. But slow tends to accumulate slow. |
|