Skip to content

Make rollup an optional peer dependency#24

Merged
kryops merged 1 commit into
kryops:mainfrom
josephnle:optional-rollup
Mar 15, 2026
Merged

Make rollup an optional peer dependency#24
kryops merged 1 commit into
kryops:mainfrom
josephnle:optional-rollup

Conversation

@josephnle

Copy link
Copy Markdown
Contributor

This allows the plugin to be used with rolldown without requiring rollup to be installed. The rollup import is now type-only (erased at runtime), and the version check uses a dynamic import that gracefully skips if rollup is unavailable.

This allows the plugin to be used with rolldown without requiring rollup to be installed. The rollup import is now type-only (erased at runtime), and the version check uses a dynamic import that gracefully skips if rollup is unavailable.
@kryops kryops merged commit 1f7fe62 into kryops:main Mar 15, 2026
0 of 9 checks passed
@kryops

kryops commented Mar 15, 2026

Copy link
Copy Markdown
Owner

Thanks for the PR!

Released as v4.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants