rollup-plugin-hash
Filename hasher
Generates unique hash-based filenames for static resources in bundle outputs.
Rollup plugin to compose bundle output filenames with unique hashes
47 stars
3 watching
17 forks
Language: JavaScript
last commit: over 4 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 |
mentaljam/rollup-plugin-zip | Zips up emitted files from a Rollup bundle. | 4 |
thgh/rollup-plugin-serve | Serves rolled-up bundles similar to webpack-dev-server | 248 |
nathancahill/rollup-plugin-collect-sass | A Rollup plugin to compile Sass files and collect imports into a single context | 16 |
gmfun/rollup-plugin-sass-variables | A Rollup plugin that loads SCSS variables as JavaScript objects | 9 |
pschroen/rollup-plugin-bundleutils | A set of functions used to process JavaScript bundles after tree shaking | 14 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |
bengsfort/rollup-plugin-copy-assets | Copies files and directories into the output directory of a Rollup bundle during compilation | 23 |
mjeanroy/rollup-plugin-license | Adds license information to a bundle during rollup generation | 114 |
yingye/rollup-plugin-banner | A plugin to append content before JavaScript bundle generation. | 16 |
vladshcherbin/rollup-plugin-generate-package-json | Automates generation of a minimal package.json file based on Rollup bundle contents | 33 |
riot/rollup-plugin-riot | A Rollup plugin that compiles tag files within Rollup processes. | 26 |
paulmelnikow/rollup-plugin-cpy | A Rollup plugin for copying files and folders during the build process. | 7 |
n370/rollup-plugin-geojson | Converts .geojson files to ES6 modules | 3 |
developit/rollup-plugin-preserve-shebang | Automates preservation of executable shebangs in entry files for Rollup builds. | 48 |