You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current protected-main frontend has regressed past the warning-free split established by merged PR #644. This is a repository baseline regression, not something introduced only by the translation/read-model stack.
ci: upgrade setup-node to remove Node 24 deprecation #1013 is based directly on protected main@83eba56149eb802cd63642c507c324c9976ec78e and changes only the actions/setup-node pin. Its Tests run 34641526261, frontend job 103402164101, therefore measures the current product source without a product-code delta: index-CynFsbmm.js is 551.27 kB / 161.88 kB gzip and Vite emits Some chunks are larger than 500 kB after minification;
current Storybook build diagnostics also report about 90% of build time in plugin hooks, led by storybook:react-docgen-plugin and vite:asset. Treat that as a profiling lead, not as permission to disable diagnostics.
The production warning must not be normalized as GREEN merely because the build exits zero.
Finding
The current protected-main frontend has regressed past the warning-free split established by merged PR #644. This is a repository baseline regression, not something introduced only by the translation/read-model stack.
Exact evidence:
499.09 kBminified /138.04 kBgzip with no production large-chunk warning;main@83eba56149eb802cd63642c507c324c9976ec78eand changes only theactions/setup-nodepin. Its Tests run34641526261, frontend job103402164101, therefore measures the current product source without a product-code delta:index-CynFsbmm.jsis551.27 kB/161.88 kBgzip and Vite emitsSome chunks are larger than 500 kB after minification;7244febf...independently measures the same551.27 kB/161.88 kBgzip warning;c13f6c3...reaches557.78 kB/164.11 kBgzip, so that child adds roughly another 6.5 kB but is not the root origin of the regression;storybook:react-docgen-pluginandvite:asset. Treat that as a profiling lead, not as permission to disable diagnostics.The production warning must not be normalized as GREEN merely because the build exits zero.
Repair contract
build.chunkSizeWarningLimitunchanged and do not suppress/filter the Vite warning;PLUGIN_TIMINGSmerely to make logs quiet;docs/product-technical-gap-baseline.md, whose frontend-delivery row still cites perf(frontend): split conditional workspace surfaces #644 as the warning-free solution, with the repaired exact protected-head evidence.No claim is made that #929 caused the baseline regression; #1013 proves the warning is already present on current protected-main product source.