astro 1.6.3
Patch Changes
-
#5273
c7b9b14a1Thanks @matthewp! - Surface astro.config errors to the user -
#5264
0d27c4a2bThanks @VladCuciureanu! - Fixed memleak caused by project dir names containing '.md' or '.mdx' -
#5258
74759cf78Thanks @bluwy! - Allow 200 response for endpoints in build -
#5284
126cd8e83Thanks @herteleo! - Include missingclass:listwithinHTMLAttributestype -
#5236
1cc067052Thanks @bluwy! - Refactor CSS preprocessing handling -
#5198
c77a6cbe3Thanks @matthewp! - HMR - Improved error recoveryThis improves error recovery for HMR. Now when the dev server finds itself in an error state (because a route contained an error), it will recover from that state and refresh the page when the user has corrected the mistake.