A Gulp plugin for Rollup that provides clean, minified builds via simple configuration. Current stable version is 0.1.8, with low release cadence (last update 2018). It wraps Rollup and common plugins (e.g., babel, uglify) for Gulp-based workflows. Differentiator: minimal configuration compared to manual Rollup setup, but outdated and not actively maintained.
npm install rg-rollupVerified import paths — ran on the pinned version, not inferred.
Shows a basic Gulp task using rg-rollup to bundle and minify a JavaScript file, assuming ESM imports.
Migrate to modern alternatives: use rollup directly or @rollup/plugin-gulp.
Use import syntax; if on Node <13.2, use esm package or upgrade Node.
Use format shown in quickstart, not Rollup's official plugin array format.
Use: import rgRollup from 'rg-rollup';
npm install rg-rollup --save-dev
No dependency data recorded yet.