Hacker News new | ask | show | jobs
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.
1 comments

You knew how to speed up webpack 5-10 times by setting cache.type = 'filesystem', right?