mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
[9.x] Don't need to ignore vite config file (#5953)
* Don't need to ignore vite config file * Apply fixes from StyleCI Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
parent
52863d9e4a
commit
ce62296fa9
@ -5,8 +5,5 @@ php:
|
|||||||
finder:
|
finder:
|
||||||
not-name:
|
not-name:
|
||||||
- index.php
|
- index.php
|
||||||
js:
|
js: true
|
||||||
finder:
|
|
||||||
not-name:
|
|
||||||
- vite.config.js
|
|
||||||
css: true
|
css: true
|
||||||
|
@ -4,10 +4,7 @@ import laravel from 'laravel-vite-plugin';
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [
|
plugins: [
|
||||||
laravel({
|
laravel({
|
||||||
input: [
|
input: ['resources/css/app.css', 'resources/js/app.js'],
|
||||||
'resources/css/app.css',
|
|
||||||
'resources/js/app.js',
|
|
||||||
],
|
|
||||||
refresh: true,
|
refresh: true,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user