Perf: React dev build + in-browser Babel loaded in production #139
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?
Fixed in
04ce096. Newservices/web-ui/scripts/build-jsx.jsruns at Docker build time and emits minifiedpublic/dist/*.jsvia esbuild.index.htmlnow loadsreact.production.min.js+react-dom.production.min.jsand the compiled JS — no in-browser Babel, no dev React. First paint should be substantially faster.