rollup-plugin-force-binding
Dependency binder
Forces all import bindings of shared dependencies to come from one absolute source in bundle builds.
Force all import bindings for a module to come from one absolute source. Useful for bundles with multiple entry points that have shared dependencies at different absolute paths.
3 stars
1 watching
0 forks
Language: JavaScript
last commit: almost 8 years ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Builds dependency files suitable for make automation in JavaScript projects. | 2 |
| | Automatically injects a script tag with the final bundle into an HTML file. | 60 |
| | A Rollup plugin that bundles TC39 import assertions for JSON and CSS files. | 6 |
| | Resolves external dependencies in Rollup bundles using CDNs. | 19 |
| | Rollup plugin for bundling CSS files | 116 |
| | Serves rolled-up bundles similar to webpack-dev-server | 248 |
| | Improves performance of lazy loading by preloading static imports alongside dynamic import calls | 67 |
| | Generates a module dependencies graph in the DOT language for use with Graphviz. | 31 |
| | Allows relative include paths in Rollup configurations to simplify project imports | 97 |
| | A plugin to append content before JavaScript bundle generation. | 16 |
| | A plugin for Rollup that enables live reloading of bundles during development | 161 |
| | Transforms external imports into global variables or wrapped functions | 107 |
| | Copies files and directories into the output directory of a Rollup bundle during compilation | 23 |
| | Allows importing build-time constants into JavaScript code with Rollup. | 11 |
| | Extracts JavaScript code from embedded Markdown blocks in Rollup configurations | 18 |