Skip to content

Commit

Permalink
Convert array to single line format (#436)
Browse files Browse the repository at this point in the history
To prevent useless commit on default Laravel installations
  • Loading branch information
Rattone authored Nov 9, 2024
1 parent d611102 commit a6d02b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions stubs/default/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 a6d02b0

Please sign in to comment.