đ Patch Changes
-
#11725
6c1560f
Thanks @ascorbic! - Prevents content layer importing node builtins in runtime -
#11692
35af73a
Thanks @matthewp! - Prevent errant HTML from crashing server islandsWhen an HTML minifier strips away the server island comment, the script canât correctly know where the end of the fallback content is. This makes it so that it simply doesnât remove any DOM in that scenario. This means the fallback isnât removed, but it also doesnât crash the browser.
-
#11727
3c2f93b
Thanks @florian-lefebvre! - Fixes a type issue when using the Content Layer in dev