|
|
|
|
|
by ianberdin
1709 days ago
|
|
Well, I spent few days to move large vue.js codebase from webpack 4 to Vite (esbuild). You know what? It isn’t as fast as that benchmarks shows us, even buggy and laggy.
So upgraded to webpack 5 with caching to filesystem (I bet no one know) and it became even faster than Vite! I’m happy. |
|