diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index ae0bdbea..87fdcb3b 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -3,6 +3,9 @@ + @if (app()->environment('production')) + + @endif @vite('resources/js/app.js')