rollup-plugin-make
Dependency generator
Builds dependency files suitable for make automation in JavaScript projects.
Rollup plugin to build dependency files suitable for make
2 stars
0 watching
0 forks
Language: JavaScript
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ondras/rollup-plugin-graph | Generates a module dependencies graph in the DOT language for use with Graphviz. | 31 |
tehvgg/rollup-plugin-force-binding | Forces all import bindings of shared dependencies to come from one absolute source in bundle builds. | 3 |
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 |
btd/rollup-plugin-jst | A plugin for Rollup that compiles template files to JavaScript | 5 |
bdadam/rollup-plugin-html | A Rollup plugin that allows loading HTML files as strings to be used in JavaScript code during the build process. | 37 |
rollup/rollup-starter-lib | A bare-bones example of how to create a JavaScript library using Rollup, including importing and converting CommonJS modules. | 970 |
azerella/rollup-plugin-manifest-json | Generates a web application manifest file for Rollup builds. | 13 |
sormy/rollup-plugin-smart-asset | Rollup plugin to process asset references in JavaScript code | 34 |
mjeanroy/rollup-plugin-bower-resolve | A plugin for Rollup that resolves dependencies using the Bower resolution algorithm. | 8 |
autodesk/rollup-plugin-app-utils | Provides tools for managing translations and static assets in Rollup builds | 1 |
juliendargelos/rollup-plugin-emit-ejs | A plugin that generates HTML files from EJS templates using Rollup | 3 |
yingye/rollup-plugin-banner | A plugin to append content before JavaScript bundle generation. | 16 |
narol1024/rollup-plugin-sprite | Converts images into spritesheets and generates mixin files for CSS preprocessors. | 9 |
phamann/rollup-plugin-hash | Generates unique hash-based filenames for static resources in bundle outputs. | 47 |