Utility to automatically load Rollup plugins listed in package.json, similar to gulp-load-plugins. Version 0.4.0 is the latest stable release, with slow development cadence. It reads dependencies, devDependencies, and peerDependencies matching a configurable pattern (default: rollup-plugin-*) and exposes them as camelCased properties on an object. Supports scoped packages, custom patterns, and configurable replacement strings. Unlike manual imports, it reduces boilerplate and enables dynamic plugin loading. No security incidents reported.
npm install rollup-load-pluginsVerified import paths — ran on the pinned version, not inferred.
Loads all rollup-plugin-* packages from package.json and uses them in a Rollup build.
Use camelCase property names when accessing plugins.
Set maintainScope to false if you prefer plugins.foo.
Verify your plugin names match the pattern or adjust the pattern option.
Ensure all matching packages are valid Rollup plugins to avoid runtime errors.
Install the missing plugin: npm install --save-dev rollup-plugin-<name>
Check the exact property name by logging plugins or verifying pattern and replaceString options.
No dependency data recorded yet.