Skip to content

Conversation

redbugz
Copy link

@redbugz redbugz commented Jun 18, 2025

This applies the fix from 8.10.9 to avoid duplicate head tags to dev mode as well as prod mode.
I confirmed that the only change is to the head tags, and it doesn't minify any other dev mode values in a problematic way:

< <script defer="defer" src="/static/js/commonVendor.js"></script><script defer="defer" src="/static/js/vendors-node_modules_emotion_core_dist_core_browser_esm_js-node_modules_fs_react-scripts_poly-0786f6.js"></script><script defer="defer" src="/static/js/main.js"></script><link rel="manifest" href="/manifest.json"> --- > <head><script defer src="/static/js/commonVendor.js"></script><script defer src="/static/js/vendors-node_modules_emotion_core_dist_core_browser_esm_js-node_modules_fs_react-scripts_poly-0786f6.js"></script><script defer src="/static/js/main.js"></script></head><link rel="manifest" href="/manifest.json" /> 
@redbugz redbugz requested review from a team and kennionblack June 18, 2025 17:56
@kennionblack kennionblack merged commit 94f21cd into frontierMaster Jun 23, 2025
2 checks passed
@kennionblack kennionblack deleted the head-dev branch June 23, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants