plugins
Module bundler plugins
A collection of official plugins for a popular JavaScript module bundler
🍣 The one-stop shop for official Rollup plugins
4k stars
36 watching
591 forks
Language: JavaScript
last commit: about 1 month ago
Linked from 2 awesome lists
pluginsrolluprollup-plugins
Related projects:
Repository | Description | Stars |
---|---|---|
rollup/rollup | A module bundler for JavaScript that optimizes and compiles ES modules into optimized format for browsers or Node.js. | 25,379 |
n370/rollup-plugin-geojson | Converts .geojson files to ES6 modules | 3 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |
eight04/rollup-plugin-cjs-es | Converts CommonJS modules to ES module format | 21 |
swiing/rollup-plugin-import-assertions | A Rollup plugin that bundles TC39 import assertions for JSON and CSS files. | 5 |
ulisses-alves/rollup-plugin-elm | A plugin for Rollup to compile and bundle Elm files into ES6 modules | 16 |
pauan/rollup-plugin-purs | A Rollup plugin for bundling PureScript modules with optimizations to reduce file size. | 72 |
bengsfort/rollup-plugin-copy-assets | Copies files and directories into the output directory of a Rollup bundle during compilation | 23 |
dot-build/rollup-plugin-includepaths | Allows relative include paths in Rollup configurations to simplify project imports | 97 |
chrisprice/grunt-rollup | A Grunt plugin that bundles ES6 modules using the Rollup tool | 21 |
calvinmetcalf/rollup-plugin-node-builtins | Allows Node.js modules to be required and used in Rollup builds | 138 |
vinicius73/rollup-plugin-pika-resolver | Resolves external dependencies in Rollup bundles using CDNs. | 19 |
weizhenye/rollup-plugin-bundle-scss | A plugin that bundles SCSS imports into a single file. | 17 |
yingye/rollup-plugin-banner | A plugin to append content before JavaScript bundle generation. | 16 |
ritz078/rollup-plugin-filesize | Displays file size information in the command line after compiling a bundle | 128 |