-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for rollup@4 #174
Comments
I'd accept a pr to update that, assuming it actually works with v4 |
I have able to use [email protected] with [email protected] by setting Can other users check that it works on their side to make sure that the plugin works with rollup v4? |
Looks to work for me using legacy-peer-deps option to install. |
Released as |
Thanks for merging the PR. I have been able to successfully integrate the new version in my project. |
Hi and thanks for this plugin
[email protected] declares
"rollup": "^2 || ^3"
in peerDependenciesRunning npm install in a projet using rollup@4 generates the following error
Possible workaround that could be evaluated (same as in #142): use the
--legacy-peer-deps
optionThe text was updated successfully, but these errors were encountered: