diff --git a/src/Illuminate/Support/Facades/Vite.php b/src/Illuminate/Support/Facades/Vite.php index ba5cd4e8d961..3e9e0299d3c9 100644 --- a/src/Illuminate/Support/Facades/Vite.php +++ b/src/Illuminate/Support/Facades/Vite.php @@ -16,6 +16,9 @@ * @method static \Illuminate\Foundation\Vite useScriptTagAttributes(callable|array $attributes) * @method static \Illuminate\Foundation\Vite useStyleTagAttributes(callable|array $attributes) * @method static \Illuminate\Foundation\Vite usePreloadTagAttributes(callable|array|false $attributes) + * @method static \Illuminate\Foundation\Vite useWaterfallPrefetching(int|null $concurrency = null) + * @method static \Illuminate\Foundation\Vite useAggressivePrefetching() + * @method static \Illuminate\Foundation\Vite usePrefetchStrategy(string|null $strategy, array $config = []) * @method static \Illuminate\Support\HtmlString|void reactRefresh() * @method static string asset(string $asset, string|null $buildDirectory = null) * @method static string content(string $asset, string|null $buildDirectory = null)