What is rollup?
"Next-generation ES module bundler"
rollup is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 2.6 MB on disk.
Installation Guide
# Install via NPM
npm install rollup
# Install via Yarn
yarn add rollup