chore: use Rolldown bundle analyzer instead of rollup-plugin-visualizer - #343
Merged
Merged
Conversation
|
stipsan
marked this pull request as ready for review
August 18, 2026 10:12
Swap the demo Vite build to rolldown/experimental bundleAnalyzerPlugin, and gate the published-package report behind @sanity/tsdown-config's bundleAnalyzer option (ENABLE_BUNDLE_ANALYZER=true). Co-authored-by: Cody Olsen <stipsan@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/rolldown-bundle-analyzer-6e6c
branch
from
August 27, 2026 22:52
0d28358 to
1cfb335
Compare
@sanity/tsdown-config 0.27.1 already wires Rolldown's bundle analyzer, so the demo no longer imports rolldown/experimental and package.json no longer lists rolldown. Co-authored-by: Cody Olsen <stipsan@users.noreply.github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Without a direct rolldown dependency, the lockfile had 1.2.5 (tsdown) and 1.2.6 (tsdown-config), so the analyzer plugin never emitted analyze-data.md. Co-authored-by: Cody Olsen <stipsan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace
rollup-plugin-visualizerwith@sanity/tsdown-config’s built-inbundleAnalyzeroption. No directrolldowndependency.Library (
tsdown.config.ts)bundleAnalyzer: process.env['ENABLE_BUNDLE_ANALYZER'] === 'true'pnpm analyzeemitsdist/analyze-data.md!dist/analyze-data.mdso the report cannot be publishedDemo
rollup-plugin-visualizerand the hand-rolledrolldown/experimentalpluginDeps
@sanity/tsdown-config^0.27.1@vitejs/plugin-react^6.1.1rolldown@1.2.6so the BuiltinPlugin actually emits the report