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

Latest commit

 

History

History
21 lines (19 loc) · 2.11 KB

README.md

File metadata and controls

21 lines (19 loc) · 2.11 KB

Examples

This directory contains a series of self-contained examples that you can use as starting points for your app, or as snippets to pull into your existing applications:

Example Description
css A Rollup plugin that bundles imported css.
esbuild A Rollup plugin that bundles using esbuild.
helloDeno A basic example to show Rollup usage within Deno.
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.
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.