Looking into whether it's possible to replace babel with swc to improve the speed of webpack compilations. swc is written in #rustlang and claims to be 16x faster. It's not a simple drop-in, sadly, because swc is missing some features we use via babel plugins, but the dev said they're interested in getting it to work