Mako: An extremely fast, production-grade web bundler based on Rust by Ant Group

Mako is a production-grade web bundler based on Rust, known for its speed and reliability. It is widely used by companies like Ant Group in various projects, from Web Apps to Library Development. Mako stands out for its zero-config setup and support for features like TypeScript, CSS, React, and more out of the box. The bundler is designed to be blazing fast, outperforming other Rust bundlers and Webpack in benchmarks. It also offers hot module replacement and code splitting for optimized performance. Mako’s module concatenation feature helps reduce bundle size and runtime overhead. Overall, Mako is a powerful and efficient choice for modern web development.

https://makojs.dev/

To top