Skip to content

Commit

Permalink
Convert array to single line format (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyberyturiaga authored Nov 11, 2024
1 parent dca0a09 commit e5b9ef6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions stubs/livewire/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import laravel from 'laravel-vite-plugin';
export default defineConfig({
plugins: [
laravel({
input: [
'resources/css/app.css',
'resources/js/app.js',
],
input: ['resources/css/app.css', 'resources/js/app.js'],
refresh: true,
}),
],
Expand Down

0 comments on commit e5b9ef6

Please sign in to comment.