-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
This plugin currently is not compatible with rollup v3, because it requires rollup 2 as a peer dependency:
"peerDependencies": {
"rollup": "^2.63.0"
},From what I have seen, this plugin mostly seems to work with rollup v3. Probably some more checks need to be done, but possibly, not much more than adjusting the declaration of the peer dependency to something like
"peerDependencies": {
"rollup": "^2.63.0 || ^3.0.0"
},would be needed.
sparra-inmoba, pioug, mathiasschopmans, brrrn, mladimatija and 25 moreandro-bosnjak, hanorine and kradicalandro-bosnjak and kradicalandro-bosnjak
Metadata
Metadata
Assignees
Labels
No labels