Skip to content

kshutkin/rollup-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

494 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 - Hono-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 - Executes some code when the bundle you are building is finished.
  • plugin-mangle - mangles (minifies) specific variables and properties based on a configurable prefix.
  • plugin-script-loader - mimics Webpack's script-loader for inlining raw scripts in order or emitting them as separate assets.
  • plugin-size - reports the size of generated artifacts with compression and delta tracking.
  • plugin-prebundle - prebundles external npm dependencies into a single hashed chunk for faster dev/serve builds.

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