rollup-plugin-rebase
Asset reloader
Copies and renames static assets from JavaScript code to a destination folder, adjusting references as needed.
The Rollup Rebase Plugin copies static assets as required from your JavaScript code to the destination folder and adjusts the references in there to point to the new location.
59 stars
5 watching
12 forks
Language: JavaScript
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
sormy/rollup-plugin-smart-asset | Rollup plugin to process asset references in JavaScript code | 34 |
bengsfort/rollup-plugin-copy-assets | Copies files and directories into the output directory of a Rollup bundle during compilation | 23 |
gmfun/rollup-plugin-sass-variables | A Rollup plugin that loads SCSS variables as JavaScript objects | 9 |
4lejandrito/rollup-plugin-browsersync | A tool that enables live reloading of web applications during development | 19 |
vanilla-icecream/rollup-plugin-reshape | Integrates Rollup with Reshape to enable dynamic code reorganization. | 2 |
notwoods/rollup-plugin-consts | Allows importing build-time constants into JavaScript code with Rollup. | 11 |
vikerman/rollup-plugin-hoist-import-deps | Improves performance of lazy loading by preloading static imports alongside dynamic import calls | 67 |
vladshcherbin/rollup-plugin-copy | A plugin for Rollup that copies files and folders with glob support | 271 |
nathancahill/rollup-plugin-collect-sass | A Rollup plugin to compile Sass files and collect imports into a single context | 16 |
amarcruz/rollup-plugin-jscc | Enables conditional compilation and variable replacement during Rollup processing. | 58 |
yingye/rollup-plugin-banner | A plugin to append content before JavaScript bundle generation. | 16 |
eight04/rollup-plugin-iife | Converts ES modules to IIFE output | 41 |
calvinmetcalf/rollup-plugin-node-builtins | Allows Node.js modules to be required and used in Rollup builds | 138 |
recursive-beast/rollup-plugin-external-assets | A rollup plugin to make assets external during the bundling process | 2 |
vijithassar/rollup-plugin-markdown | Extracts JavaScript code from embedded Markdown blocks in Rollup configurations | 18 |