From df88b4acb082598946470772fb141c86f0d39288 Mon Sep 17 00:00:00 2001 From: Curran Kelleher <68416+curran@users.noreply.github.com> Date: Sat, 24 Jul 2021 12:39:43 -0400 Subject: [PATCH] Add polyfill-node --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad0162b..c36d5a9 100644 --- a/README.md +++ b/README.md @@ -238,8 +238,9 @@ Plugins which affect the Rollup workflow. - [html-entry](https://github.com/leogr/rollup-plugin-html-entry) – Allows use HTML Script Tags as entry points. - [incremental](https://github.com/mprt-org/rollup-plugin-incremental) - Recompile only changed modules in watch mode. - [jscc](https://github.com/aMarCruz/rollup-plugin-jscc) – Conditional compilation and declaration of ES6 imports. +- [make](https://github.com/btmorex/rollup-plugin-make) - Build dependency files suitable for make. - [off-main-thread](https://github.com/surma/rollup-plugin-off-main-thread) - Use ES6 modules with Web Workers. -- [make](https://github.com/btmorex/rollup-plugin-make) - Build dependency files suitable for make +- [polyfill-node](https://github.com/snowpackjs/rollup-plugin-polyfill-node) - A modern Node.js polyfill. - [sourcemaps](https://github.com/maxdavidson/rollup-plugin-sourcemaps) – Load external source maps from URIs. ## Packages