Skip to content

Commit

Permalink
Needs to be in array otherwise app.js isn't loaded and AlpineJS won't…
Browse files Browse the repository at this point in the history
… work out of the box.
  • Loading branch information
brandon-9 committed Jul 28, 2022
1 parent 4d79915 commit 895b571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/default/resources/views/layouts/base.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">

@vite('resources/sass/app.scss', 'resources/js/app.js')
@vite(['resources/sass/app.scss', 'resources/js/app.js'])
@livewireStyles
@livewireScripts

Expand Down

0 comments on commit 895b571

Please sign in to comment.