Bundler Glossary

Browse 3 bundler terms defined in plain English, from the cultural dictionary of computing.

3 Bundler Terms

Rspack
A Rust-based JavaScript bundler designed as a drop-in replacement for Webpack, offering 5-10x faster build times while maintaining compatibility with the...
Turbopack
A Rust-based JavaScript bundler developed by Vercel as the successor to Webpack, designed to be dramatically faster through incremental computation and native...
Webpack
Webpack is a module bundler for JavaScript applications that takes all of a project's files, dependencies, and assets and bundles them into optimized output...

Related Topics