eight04 / rollup-plugin-iife

Convert ES modules into IIFEs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdated peer dependency complicates installation

palant opened this issue · comments

The peer dependency on rollup 1.31.0 makes things rather complicated – current rollup version is 2.35.1 and won’t be accepted without forcing. The plugin works correctly with the current rollup version however. Maybe drop the peer dependency or replace it by ^1.31.0||^2.0.0?