rollup-plugin-node-globals
Node global polyfill
A plugin to polyfill Node.js globals in rolled-up applications
89 stars
4 watching
21 forks
Language: JavaScript
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
calvinmetcalf/rollup-plugin-node-builtins | Allows Node.js modules to be required and used in Rollup builds | 138 |
fredkschott/rollup-plugin-polyfill-node | A polyfill plugin for modern Node.js support in Rollup bundles | 178 |
eight04/rollup-plugin-external-globals | Transforms external imports into global variables in Rollup plugins | 106 |
gmfun/rollup-plugin-sass-variables | A Rollup plugin that loads SCSS variables as JavaScript objects | 9 |
gjbkz/rollup-plugin-embed-css | This plugin integrates CSS files into an HTML bundle during the Rollup build process. | 20 |
nystudio107/rollup-plugin-critical | Generates critical CSS for optimized performance | 97 |
oasisdigital/rollup-plugin-node-resolve-angular | A Rollup plugin for resolving Node.js modules in Angular projects with ES2015 support | 4 |
kpulkit29/rollup-plugin-concatfiles | A plugin to concatenate files and content into generated output during the build process. | 5 |
davidmyersdev/vite-plugin-node-polyfills | A plugin that provides polyfills for Node's core modules in browser environments. | 309 |
n370/rollup-plugin-geojson | Converts .geojson files to ES6 modules | 3 |
notwoods/rollup-plugin-consts | Allows importing build-time constants into JavaScript code with Rollup. | 11 |
calvinmetcalf/es6-translate | A utility for loading CommonJS modules in an ES6 environment, with optional patching to always return the default export. | 5 |
phamann/rollup-plugin-hash | Generates unique hash-based filenames for static resources in bundle outputs. | 47 |
calvinmetcalf/lie | A small promise implementation following the Promises/A+ spec | 744 |
juliendargelos/rollup-plugin-html-minifier | A plugin for Rollup that minifies HTML files using html-minifier. | 4 |