ite ollup Plugins

A list of rollup plugins compatibility for Vite ~5.1.0

Important! This resource is archived and won't be updated anymore. Vite represents now more than 55% of the npm downloads of Rollup. To properly scale and keep the compat info always up-to-date it makes more sense for Rollup plugins to document their compatibility status directly in their docs.

alias

Define and resolve aliases for bundle dependencies

included

auto-installenforce: 'pre'

Automatically install dependencies that are imported by a bundle

incompatible

babel

Compile your files with Babel

covered

beep

System beeps on errors and warnings

compatible

buble

Compile ES2015 with buble

covered

commonjs

Convert CommonJS modules to ES6

included

data-uri

Import modules from Data URIs

covered

dsv

Convert .csv and .tsv files into JavaScript modules with d3-dsv

compatible

dynamic-import-vars

Resolving dynamic imports that contain variables.

included

eslintenforce: 'pre'

Verify entry point and all imported files with ESLint

compatible

graphql

Convert .gql/.graphql files to ES6 modules

compatible

html

Create HTML files to serve Rollup bundles

covered

imageenforce: 'pre'

Import JPG, PNG, GIF, SVG, and WebP files

compatible

inject

Scan modules for global variables and injects import statements where necessary

compatible

json

Convert .json files to ES6 modules

included

legacy

Add export declarations to legacy non-module scripts

compatible

multi-entry

Use multiple entry points for a bundle

n/a

node-resolve

Locate and bundle third-party dependencies in node_modules

covered

replace

Replace strings in files while bundling

compatible

run

Run your bundles in Node once they're built

n/a

strip

Remove debugger statements and functions like assert.equal and console.log from your code

compatible

sucrase

Compile TypeScript, Flow, JSX, etc with Sucrase

covered

typescript

Integration between Rollup and Typescript

covered

url

Import files as data-URIs or ES Modules

covered

virtual

A Rollup plugin which loads virtual modules from memory

compatible

wasm

Import WebAssembly code with Rollup

covered

yaml

Convert YAML files to ES6 modules

compatible

Popular Community Maintained Rollup Plugins

Work In Progress, PRs welcome

@miyaneee/rollup-plugin-json5

🍣 A Rollup plugin which Converts .json5 files to ES6 modules.

covered

rollup-plugin-analyzer

Mad metrics for your rollup bundles, know all the things

todo

rollup-plugin-banner

Simple analysis on rollup bundling

incompatible

rollup-plugin-bundle-size

Show the size of the generated bundle(s)

covered

rollup-plugin-copy

Copy files and folders, with glob support

covered

rollup-plugin-filesize

Show filesize in the cli

covered

rollup-plugin-less

Support for less files

covered

rollup-plugin-livereload

Watches the bundle and reloads the page on change

covered

rollup-plugin-minify-html-literals

Uses minify-html-literals to minify HTML and CSS markup inside JavaScript template literal strings.

compatible

rollup-plugin-napi-image

Rollup plugin for optimizing images powered by @napi-rs/image

compatible

rollup-plugin-node-externalsenforce: 'pre'

Automatically declares NodeJS built-in modules and npm dependencies as 'external'

compatible

rollup-plugin-off-main-thread

Use Rollup with workers and ES6 modules today

covered

rollup-plugin-postcss

Seamless integration between Rollup and PostCSS

covered

rollup-plugin-progress

Show current module being transpiled by the rollup bundler

covered

rollup-plugin-sass

Rollup .sass files

covered

rollup-plugin-scss

Rollup multiple .scss, .sass and .css imports

covered

rollup-plugin-serve

Rollup plugin to serve the bundle

covered

rollup-plugin-sizes

Simple analysis on rollup bundling

incompatible

rollup-plugin-sourcemaps

Load files with existing source maps

compatible

rollup-plugin-string

Converts text files to modules

covered

rollup-plugin-terser

Minify generated es bundle. Uses terser under the hood

covered

rollup-plugin-typescript2

Rollup plugin for typescript with compiler errors.

compatible

rollup-plugin-uglify

Minify generated bundle using uglify

covered

rollup-plugin-visualizer

Visualize and analyze your Rollup bundle to see which modules are taking up space

compatible

rollup-plugin-vue

Roll Vue 3 SFCs with Rollup

covered