A webpack loader that integrates Rollup into the webpack build pipeline. Version 0.3.0 (latest) allows using Rollup to process JavaScript files before webpack finishes bundling. It accepts custom Rollup plugins and passes the processed result and sourcemaps back to webpack. Useful for leveraging Rollup's tree-shaking and ES module handling within a webpack workflow. No recent updates; appears stable but not actively developed.
npm install rollup-loaderVerified import paths — ran on the pinned version, not inferred.
Shows how to configure webpack to use rollup-loader for .js files, passing rollup plugins via options.
Pin rollup-plugin-memory version or check compatibility.
npm install rollup-plugin-memory --save-dev