rollup-plugins
There are 4 repositories under rollup-plugins topic.
rollup/plugins
🍣 The one-stop shop for official Rollup plugins
vikerman/rollup-plugin-hoist-import-deps
A rollup plugin to speed up lazy loading
ianpurvis/rollup-plugin-fork
A rollup plugin that spawns rollup, emitting the output back into the main bundle.
toolbuilder/rollup-plugin-relative-to-package
Converts unit tests using relative imports (e.g. 'from ../src/module.js') to use package imports (e.g. 'from package', to support package testing.