diff --git a/.changeset/chatty-spies-jog.md b/.changeset/chatty-spies-jog.md index f4f7d5524633..e95591d911ff 100644 --- a/.changeset/chatty-spies-jog.md +++ b/.changeset/chatty-spies-jog.md @@ -2,4 +2,4 @@ 'astro': patch --- -Avoids targetting all files in `src` directory for eager optimization by Vite. After this change, only JSX, Vue, Svelte, and Astro components get scanned for early optimization. +Avoids targeting all files in the `src/` directory for eager optimization by Vite. After this change, only JSX, Vue, Svelte, and Astro components get scanned for early optimization.