Perf: React dev build + in-browser Babel loaded in production #139

Closed
opened 2026-05-26 20:44:35 -04:00 by zgaetano · 0 comments
Owner

Fixed in 04ce096. New services/web-ui/scripts/build-jsx.js runs at Docker build time and emits minified public/dist/*.js via esbuild. index.html now loads react.production.min.js + react-dom.production.min.js and the compiled JS — no in-browser Babel, no dev React. First paint should be substantially faster.

Fixed in 04ce096. New `services/web-ui/scripts/build-jsx.js` runs at Docker build time and emits minified `public/dist/*.js` via esbuild. `index.html` now loads `react.production.min.js` + `react-dom.production.min.js` and the compiled JS — no in-browser Babel, no dev React. First paint should be substantially faster.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: WildDragonLLC/dragonflight#139
No description provided.