You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
I would like to see the bundle visualizer get improved. With the most recent change to see both legacy and regular bundles, you can't see the tiniest of packages. It's also confusing to know which bundle is which.
To solve these issues, I propose the following
add the architecture to the bundle (so it will read bundle web.browser.legacy)
add secondary visualizations to show the bundles individually
I've actually got the code for adding the architecture ready to go. But I wanted to get it approved first before I submitted a PR.
The text was updated successfully, but these errors were encountered:
Something cool: since the sunburst is SVG (emphasis on Scalable), you can use your browser's zoom feature to enlarge it without any loss of resolution. That's not quite as powerful as @merlinpatt's focus idea, but it's something!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to see the bundle visualizer get improved. With the most recent change to see both legacy and regular bundles, you can't see the tiniest of packages. It's also confusing to know which bundle is which.
To solve these issues, I propose the following
bundle web.browser.legacy
)I've actually got the code for adding the architecture ready to go. But I wanted to get it approved first before I submitted a PR.
The text was updated successfully, but these errors were encountered: