Skip to content

Commit

Permalink
add: polyfill-node (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Nov 15, 2021
1 parent 0e1b498 commit 1855d21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 1855d21

Please sign in to comment.