rollup-plugin-incremental

Build optimizer

A plugin for Rollup that optimizes build performance by recompiling only changed modules during development.

A Rollup plugin which makes your (development) builds much faster, by recompiling only changed modules.

GitHub

28 stars
4 watching
0 forks
Language: JavaScript
last commit: over 3 years ago

Related projects:

Repository Description Stars
pauan/rollup-plugin-purs A Rollup plugin for bundling PureScript modules with optimizations to reduce file size. 72
ampproject/rollup-plugin-closure-compiler An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. 292
calvinmetcalf/rollup-plugin-node-builtins Allows Node.js modules to be required and used in Rollup builds 138
amarcruz/rollup-plugin-jscc Enables conditional compilation and variable replacement during Rollup processing. 58
oasisdigital/rollup-plugin-node-resolve-angular A Rollup plugin for resolving Node.js modules in Angular projects with ES2015 support 4
vanilla-icecream/rollup-plugin-reshape Integrates Rollup with Reshape to enable dynamic code reorganization. 2
recursive-beast/rollup-plugin-external-assets A rollup plugin to make assets external during the bundling process 2
alex-kinokon/rollup-plugin-ignore Prevents modules from being included in the output bundle of a JavaScript application 26
jkuri/rollup-plugin-progress Displays progress of module compilation during the Rollup bundling process 53
paulmelnikow/rollup-plugin-cpy A Rollup plugin for copying files and folders during the build process. 7
dot-build/rollup-plugin-includepaths Allows relative include paths in Rollup configurations to simplify project imports 97
kpulkit29/rollup-plugin-concatfiles A plugin to concatenate files and content into generated output during the build process. 5
piuccio/rollup-plugin-amd Converts AMD modules to ES2016 modules for inclusion in Rollup bundles 22
mjeanroy/rollup-plugin-prettier A Rollup plugin that integrates the Prettier code formatter into the build process 62
agronkabashi/rollup-plugin-conditional Enables conditional execution of rollup plugins based on specific conditions or build targets 19