FredKSchott / rollup-plugin-polyfill-node

A modern Node.js polyfill for your Rollup bundle.
Other
176 stars 55 forks source link

Support for rollup 3 #61

Closed dmail closed 1 year ago

dmail commented 1 year ago

This plugin is explicitely requesting rollup 2 resulting in an error when trying to use rollup 3 + this plugin

npm ERR! Could not resolve dependency:
npm ERR! peer rollup@"^1.20.0 || ^2.0.0" from rollup-plugin-polyfill-node@0.10.2

Any plan to support rollup 3 soon?

dmail commented 1 year ago

"This repo is completely community-maintained. If you have an issue and know JavaScript, help out and submit a PR. This may be the only way to get your issue resolved!"

👌 https://github.com/FredKSchott/rollup-plugin-polyfill-node/pull/62

StoneCypher commented 1 year ago

image

MichaelDeBoey commented 1 year ago

Closed by #62