rollup-runtime-polyfill-core
JSON →A Rollup plugin that provides polyfills for Node.js built-in modules (e.g., buffer, process, stream, crypto) to enable bundling packages written for Node.js in browser environments. Current stable version is 0.13.4. It is a community-maintained fork of rollup-plugin-node-polyfills, supporting Rollup v1–v4. Key differentiators: supports named imports for many polyfilled modules, includes source maps, and allows fine-grained include/exclude control. Peers: rollup ^1.20 || ^2 || ^3 || ^4.