Skip to content

Conversation

@acelaya
Copy link
Member

@acelaya acelaya commented Aug 12, 2025

Closes #589

In order to be able to use all server domain code in production, for the react-router app, but also other entry points, this PR extracts that to its own meta-package, that is marked as external for vite and bundled individually.

That way, react-router's server bundle does not include that code, but instead just consume it as another external dependency.

Other entry points can do the same.

@codecov
Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@dd79f4a). Learn more about missing BASE report.
⚠️ Report is 34 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #682   +/-   ##
==========================================
  Coverage           ?   71.98%           
==========================================
  Files              ?       75           
  Lines              ?     2477           
  Branches           ?      394           
==========================================
  Hits               ?     1783           
  Misses             ?      301           
  Partials           ?      393           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@acelaya acelaya force-pushed the feature/dashboard-server branch from c886761 to 644ad2d Compare August 20, 2025 06:04
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.

Split domain-specific BE code into its own local package

1 participant