From dcc4f86ef8179b7f2dd68595ccc8eb0323ac44ff Mon Sep 17 00:00:00 2001 From: Rasmus Nielsen Date: Thu, 17 Sep 2020 10:02:08 +0200 Subject: [PATCH] Use mix() instead of asset() for hot-reload support The current use of asset() makes a freshly installed JetStream application incompatible with Laravel mix hot-reload. --- stubs/inertia/resources/views/app.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/inertia/resources/views/app.blade.php b/stubs/inertia/resources/views/app.blade.php index bfba5b19d..2ca6981eb 100644 --- a/stubs/inertia/resources/views/app.blade.php +++ b/stubs/inertia/resources/views/app.blade.php @@ -11,11 +11,11 @@ - + - + @inertia