Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sonda - visualizer and analyzer for JavaScript and CSS bundles #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

filipsobol
Copy link

Awesome Contribution Checklist:

  • I have read, and re-read the Contributing Guidelines
  • I have searched to ensure the suggested item doesn't exist on this list
  • This PR contains only one item

Please Provide a Link A Repository for Your Addition

https://github.com/filipsobol/sonda

Please Describe Your Addition

Sonda is a universal visualizer and analyzer for JavaScript and CSS bundles. It works with Rollup as well as other bundlers.

If you submit a project that is similar to an existing project in the list, please explain how you feel yours is better.

Sonda is similar to rollup-plugin-visualizer, but it offers some additional features, such as that it:

  • works with both JavaScript and CSS files,
  • shows more accurate results by default,
  • shows more details about individual files,
  • can read source maps of dependencies, which may be useful when debugging tree-shaking issues or optimizing build size,
  • warns about duplicated modules,
  • looks better visually (subjective).

It offers more minor improvements, but these are the main ones.

@filipsobol filipsobol changed the title Add sonda - isualizer and analyzer for JavaScript and CSS bundles Add sonda - visualizer and analyzer for JavaScript and CSS bundles Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant