rollup-plugin-external-globals
Globalizer
Transforms external imports into global variables in Rollup plugins
Transform external imports into global variables like output.globals.
106 stars
3 watching
22 forks
Language: JavaScript
last commit: 6 days ago rolluprollup-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
calvinmetcalf/rollup-plugin-node-globals | A plugin to polyfill Node.js globals in rolled-up applications | 89 |
gjbkz/rollup-plugin-glob-import | A plugin to import files from multiple sources using glob-star patterns | 24 |
gmfun/rollup-plugin-sass-variables | A Rollup plugin that loads SCSS variables as JavaScript objects | 9 |
notwoods/rollup-plugin-consts | Allows importing build-time constants into JavaScript code with Rollup. | 11 |
eight04/rollup-plugin-cjs-es | Converts CommonJS modules to ES module format | 21 |
eight04/rollup-plugin-iife | Converts ES modules to IIFE output | 41 |
gjbkz/rollup-plugin-embed-css | This plugin integrates CSS files into an HTML bundle during the Rollup build process. | 20 |
recursive-beast/rollup-plugin-external-assets | A rollup plugin to make assets external during the bundling process | 2 |
agronkabashi/rollup-plugin-conditional | Enables conditional execution of rollup plugins based on specific conditions or build targets | 19 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |
vijithassar/rollup-plugin-markdown | Extracts JavaScript code from embedded Markdown blocks in Rollup configurations | 18 |
vikerman/rollup-plugin-hoist-import-deps | Improves performance of lazy loading by preloading static imports alongside dynamic import calls | 67 |
amarcruz/rollup-plugin-jscc | Enables conditional compilation and variable replacement during Rollup processing. | 58 |
glslify/rollup-plugin-glslify | This project provides a way to import GLSL (OpenGL Shading Language) strings with a Node.js-style module system. | 58 |
n370/rollup-plugin-geojson | Converts .geojson files to ES6 modules | 3 |