What is rollup.js?
Rollup is a module bundler for JavaScript that compiles small pieces of code into larger, more complex applications or libraries. It utilizes the standardized ES6 module format, instead of previous non-standard solutions such as CommonJS and AMD. Rollup allows developers to freely and seamlessly combine the most useful individual functions from various libraries, providing a pathway to the eventual native support of ES modules across all environments
Highlights
- Utilizes the standardized ES6 module format
- Compiles small pieces of code into larger, more complex applications or libraries
- Enables combining the most useful individual functions from various libraries
- Provides a pathway to the eventual native support of ES modules