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