Skip to content

Commit ce284c7

Browse files
committed
chore: better changeset
1 parent 73f842e commit ce284c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/normalize-filename-case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'astro': patch
33
---
44

5-
Fixes styles being stripped when the project root is started with a path whose case differs from the actual filesystem case (e.g. running `astro dev` from `d:\dev\app` while the folder on disk is `D:\dev\app`). `normalizeFilename` now treats absolute paths inside the project as project-internal even when their case does not exactly match the configured root, so the cached compile metadata lookup no longer misses and the virtual style module resolves correctly.
5+
Fixes styles being stripped when the project root is started with a path whose case differs from the actual filesystem case (e.g. running `astro dev` from `d:\dev\app` while the folder on disk is `D:\dev\app`).

0 commit comments

Comments
 (0)