chore: add resources/css/app.css to vite build input
This commit is contained in:
parent
ec23928908
commit
2575720be7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { defineConfig } from 'vite';
|
|||
export default defineConfig({
|
||||
plugins: [
|
||||
laravel({
|
||||
input: ['resources/js/app.ts'],
|
||||
input: ['resources/js/app.ts', 'resources/css/app.css'],
|
||||
ssr: 'resources/js/ssr.ts',
|
||||
refresh: true,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue