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
@@ -1574,6 +1587,16 @@ async function finalizeCss(
1574
1587
if(minify&&config.build.cssMinify){
1575
1588
css=awaitminifyCSS(css,config,false)
1576
1589
}
1590
+
// inject an additional string to generate a different hash for https://github.com/vitejs/vite/issues/18038
1591
+
//
1592
+
// pre-5.4.3, we generated CSS link tags without crossorigin attribute and generated an hash without
1593
+
// this string
1594
+
// in 5.4.3, we added crossorigin attribute to the generated CSS link tags but that made chromium browsers
1595
+
// to block the CSSs from loading due to chromium's weird behavior
0 commit comments