AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
React - What's Next for Webpack?
Webpack is a tool chain that stitches together all your modules into optimal bundles to deliver to the web browser. Most compilers in the world, most compiler tool chains are always written native code. When we started facing some of the scalability challenges with Webpack, one of the first things that we turned to was native code. We replaced Babel with SWC; it's basically a Babel-like tool written Rust. And now we went from the realm of milliseconds to microseconds.