Rollup
Next-generation ES module bundler
Language: JavaScriptCategory: Build ToolFirst released: 2015Created by: Rich HarrisLicense: MIT
Rollup is a module bundler for JavaScript that compiles small pieces of code into something larger and more complex, such as a library or application. It uses the ES module format natively, enabling static analysis and efficient tree-shaking to eliminate unused code. Rollup excels at producing clean, compact bundles ideal for libraries and npm packages.
Links
Key Features
ES Module Native SupportAdvanced Tree ShakingCode SplittingPlugin SystemLibrary-Friendly Output