Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Files

Latest commit

e4672f2 · Jul 2, 2021

History

History
22 lines (19 loc) · 2.09 KB

README.md

File metadata and controls

22 lines (19 loc) · 2.09 KB

Plugins

🍣 The one-stop shop for Rollup plugins.

Plugin Description
css A Rollup plugin that bundles imported css.
esbuild A Rollup plugin that bundles using esbuild.
html A Rollup plugin which creates HTML files to serve Rollup bundles.
image A Rollup plugin which imports JPG, PNG, GIF, SVG, and WebP files.
importmap A Rollup plugin to apply import map mappings to ES modules.
json A Rollup plugin which converts .json files to ES6 modules.
livereload A Rollup plugin which automatically reload your html whe the filesystem changes.
postcss A Rollup plugin to apply PostCSS transforms to styles.
serve A Rollup plugin to run a development server.
string A Rollup plugin that converts text files to modules.
svelte A Rollup plugin to compile Svelte components.
virtual A Rollup plugin which loads virtual modules from memory.
yaml A Rollup plugin which converts YAML files to ES6 modules.