FredKSchott / rollup-plugin-polyfill-node

A modern Node.js polyfill for your Rollup bundle.
Other
177 stars 57 forks source link

Update to rollup 4 #76

Closed Niek closed 11 months ago

Niek commented 1 year 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 1 year ago

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

Ping @FredKSchott

gregid commented 11 months ago

Any news on the update?