🍣 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. |