Frontend: production deploy ships React dev builds + in-browser Babel — slow first paint, console warnings leak #122
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Duplicate of #139 — fixed in
04ce096.zgaetano referenced this issue2026-05-26 18:22:49 -04:00
Fix Plan — #122 Production ships React dev builds + in-browser Babel
Root cause:
index.htmlloadsreact.development.js,react-dom.development.js,@babel/standalone. JSX compiled in browser on every page load. Several seconds slower first paint. Dev warnings leak to console.Fix:
@babel/standalonefromindex.html.Files:
index.html,Dockerfile(web-ui)Effort: ~2h
**Priority: P3 — performance + polish
zgaetano referenced this issue2026-05-26 20:44:35 -04:00