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

chore: "analyze" script #243

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

chore: "analyze" script #243

wants to merge 1 commit into from

Conversation

jbmoelker
Copy link
Member

@jbmoelker jbmoelker commented Jan 6, 2025

Changes

Adds npm script to visualise both client & server bundles using Sonda,
so that developers can analyse their code output and optimise it.

Example client bundle:

Screenshot 2025-01-06 at 17 50 14

Example server bundle:

Screenshot 2025-01-06 at 17 50 06

Associated issue

N/A

How to test

  1. Check out this branch
  2. Run npm run analyze
  3. Verify the bundles are visualised in the browser

Checklist

  • I have performed a self-review of my own code
  • I have made sure that my PR is easy to review (not too big, includes comments)
  • I have made updated relevant documentation files (in project README, docs/, etc)
  • I have added a decision log entry if the change affects the architecture or changes a significant technology
  • I have notified a reviewer

Adds npm script to analyze and visualise both client & server bundles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant