Skip to content

Commit

Permalink
feat: add rollup@4 support (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Nov 23, 2023
1 parent d41acd7 commit 2ba0ba1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-geckos-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"rollup-plugin-sizes": patch
---

feat: add rollup@4 support
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"module-details-from-path": "^1.0.3"
},
"peerDependencies": {
"rollup": "^2 || ^3"
"rollup": "^2 || ^3 || ^4"
}
}

0 comments on commit 2ba0ba1

Please sign in to comment.