

rollup.js
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.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
Features
rollup.js News & Activities
Recent News
Recent activities
rollup.js information
Featured in Lists
This list is inspired by the Kamran Ahmed's "2019 Developer Roadmap." …
What is rollup.js?
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 new standardized format for code modules included in the ES6 revision of JavaScript, 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. This will eventually be possible natively everywhere, but Rollup lets you do it today.


