Rollup
Rollup is a JavaScript module bundler that combines many small modules into a single, optimized file, particularly known for producing efficient, tree-shaken bundles well suited to publishing libraries.
5 resources across 2 libraries
Glossary Terms(4)
Vite (web)
Vite is a fast front-end build tool and development server that serves source code over native ES modules during development and bundles the app for production…
Parcel
Parcel is a web application bundler known for requiring little to no configuration, automatically handling dependency resolution, transformation, and bundling…
Rollup
Rollup is a JavaScript module bundler that combines many small modules into a single, optimized file, particularly known for producing efficient, tree-shaken b…
esbuild
esbuild is an extremely fast JavaScript and TypeScript bundler and minifier, written in Go, designed to perform bundling, transpilation, and minification order…