FredKSchott / rollup-plugin-polyfill-node

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

Update to rollup 4 #76

Closed Niek closed 9 months ago

Niek commented 11 months ago

The current release has peer dependency:

peer rollup@"^1.20.0 || ^2.0.0 || ^3.0.0"

Rollup 4 has been released: https://github.com/rollup/rollup/blob/master/CHANGELOG.md

It would be great if support could be added for rollup 4.

Niek commented 10 months ago

Open PR: https://github.com/FredKSchott/rollup-plugin-polyfill-node/pull/77

Ping @FredKSchott

gregid commented 9 months ago

Any news on the update?