Here is a list of frontend bundlers. Some are full blown tool chains that offer a lot more than just bundlers.
Name | Written In | Comments |
---|---|---|
bun | Zig | A lot more than just a bundler |
esbuild | Go | |
gulp | JavaScript | |
parcel | JavaScript | |
rollup | JavaScript | |
Rome | ? | Various tooling will include bundler, to be available in Q2 2023 |
JavaScript | Project ended April 20, 2022 | |
swc (Speedy Web Compiler ) | Rust | swcpack for bundling. Includes several other features |
turbopack | Rust | |
Vite | TypeScript | uses rollup under the hood |
webpack | JavaScript |