From b28e633cc6ecb308d725963135bb85e57127a7ff Mon Sep 17 00:00:00 2001 From: Divyanshu singh Date: Wed, 3 Dec 2025 04:04:22 +0530 Subject: [PATCH] vite: fix SVG watch ignore regex for query/hash --- packages/@tailwindcss-vite/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@tailwindcss-vite/src/index.ts b/packages/@tailwindcss-vite/src/index.ts index 709ab9db0a15..341c662b164e 100644 --- a/packages/@tailwindcss-vite/src/index.ts +++ b/packages/@tailwindcss-vite/src/index.ts @@ -287,7 +287,7 @@ class Root { let inputPath = idToPath(this.id) function addWatchFile(file: string) { - // Don't watch the input file since it's already a dependency anc causes + // Don't watch the input file since it's already a dependency and causes // issues with some setups (e.g. Qwik). if (file === inputPath) { return