From 57eecb2b3db9a8dd56bf927c8bb77667570e4835 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Sat, 2 May 2026 17:38:12 +0100 Subject: [PATCH] wip --- src/Plugins/Tia/Fingerprint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/Tia/Fingerprint.php b/src/Plugins/Tia/Fingerprint.php index 3be4b8f3..10838707 100644 --- a/src/Plugins/Tia/Fingerprint.php +++ b/src/Plugins/Tia/Fingerprint.php @@ -162,7 +162,7 @@ final readonly class Fingerprint { $parts = []; - foreach (['vite.config.ts', 'vite.config.js', 'vite.config.mjs', 'vite.config.cjs', 'vite.config.mts'] as $name) { + foreach (JsModuleGraph::VITE_CONFIG_NAMES as $name) { $hash = self::contentHashOrNull($projectRoot.'/'.$name); if ($hash !== null) {