Uh oh!
There was an error while loading. Please reload this page.
chore: simplify rollup.config.mjs - #7304
Conversation
Since primer#6425, the package only exports ESM modules. As a consequence, the rollup configuration does not need to export an array of configuration objects, and as yet another consequence, there is no need to define a base config that could be shared. Refactor rollup configuration to export a simple default object directly instead of an array.
🦋 Changeset detectedLatest commit: c32d1b2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
jonrohan
commented
Dec 12, 2025
Thanks for the PR, we have another one coming that will cover this though #7300 |
jonrohan
commented
Jan 7, 2026
.skip-integration-checks |
|
Simplify the rollup configuration for better maintainability.
Hi! This pull request has been marked as stale because it has been open with no activity for 60 days. You can comment on the pull request or remove the stale label to keep it open. If you do nothing, this pull request will be closed in 7 days. |
Since #6425, the package only exports ESM modules. As a consequence, the rollup configuration does not need to export an array of configuration objects, and as yet another consequence, there is no need to define a base config that could be shared.
Changed
Refactor rollup configuration to export a simple default object directly instead of an array.
Rollout strategy
Merge checklist