Commit aa73f53
authored
fix(rollup): Make rollup an optional peer dependency (#913)
This PR makes `rollup` an optional peer dependency of `@sentry/rollup-plugin`.
Vite 8 no no longer ships with rollup and installing `@sentry/vite-plugin` leads
to dependency warnings of rollup missing even though the plugin works without
rollup installed.
Closes: #9101 parent 1e6cfc7 commit aa73f53
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments