6 ms·
If you use webpack and haven't looked into rspack you should! Can drop it in and speed up large webpack apps, currently investigating it at Sentry.
by STRiDEX 2y ago
If you use webpack and haven't looked into rspack you should! Can drop it in and speed up large webpack apps, currently investigating it at Sentry.
- drcongo 2y agoI tried it yesterday after a commenter on HN mentioned it, I'm not a front end dev but I still hate how slow and seemingly fragile webpack is. I dropped rspack into a couple of projects and instantly got a 3x speedup with identical output. I love it. Also, apparently it's pronounced "arse pack", what's not to like.
- whazor 2y agoThis! It is backwards compatible with many of the older webpack plugins. This makes a migration easier. For me a complete build was 3x as fast.