rollup
Next-generation ES module bundler
About this project
Rollup Overview Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the standardized ES module format for code, instead of previous idiosyncratic solutions such as CommonJS and AMD. ES modules let you freely and seamlessly combine the most useful individual functions from your favorite libraries. Rollup can optimize ES modules for faster native loading in modern browsers, or output a legacy module format allowing ES module workflows today. Quick Start Guide Install with npm install --global rollup. Rollup can be used either through a command line interface with an optional…
Technologies
Project health
GitHub
Reviews
Built by
Maintain rollup/rollup? Claiming verifies admin access through your GitHub account and gives you control of this listing.