Skip to content

kshutkin/rollup-extras

Repository files navigation

workflow

rollup-extras

Collection of rollup plugins

Packages in this repo

  • utils - utilities for other plugins, including options and multi-output handling.
  • plugin-clean - lightweight, reliable cleaning of the build directory.
  • plugin-copy - files copying with minimalistic config, watch mode and glob support.
  • plugin-html - asset injection into HTML files with optional minification, beautification, and more.
  • plugin-serve - Koa-based dev-server with an extensible API.
  • plugin-binify - makes an output file executable with shebang and file attributes.
  • plugin-externals - declares external dependencies with reasonable defaults and customizable logic.
  • plugin-angularjs-template-cache - builds AngularJS template cache.
  • plugin-exec - exec some code when the bundle you are building is finished.

Other places to search for plugins

Plugins you might want to check

From @rollup/plugin*

Community

pkgbld

If you want to author a library and are happy with a relatively simple build give a chance to pkgbld.

License

MIT