Skip to content

vite-plugin: remove rollup dependency #919

@asc-fp

Description

@asc-fp

Background

Vite 8 is released, which includes a complete new bundler "rolldown", to bundle the code.
@sentry/vite-plugin depends on @sentry/rollup-plugin, which has the the peer dependency rollup.

Problem

Because of the peer dependency, rollup is still be shown in our package lock. Removing the plugin via npm uninstall @sentry/vite-plugin does remove "rollup" from the package lock too.

Solution

Create a new @sentry/rolldown-plugin, which can be used by @sentry/vite-plugin.

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

Status

Waiting for: Product Owner

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions