File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ protected function installInertiaStack()
354
354
'@inertiajs/vue3 ' => '^1.0.0 ' ,
355
355
'@tailwindcss/forms ' => '^0.5.2 ' ,
356
356
'@tailwindcss/typography ' => '^0.5.2 ' ,
357
- '@vitejs/plugin-vue ' => '^4.0 .0 ' ,
357
+ '@vitejs/plugin-vue ' => '^4.5 .0 ' ,
358
358
'autoprefixer ' => '^10.4.7 ' ,
359
359
'postcss ' => '^8.4.14 ' ,
360
360
'tailwindcss ' => '^3.1.0 ' ,
Original file line number Diff line number Diff line change 1
1
import { defineConfig } from 'vite' ;
2
- import laravel , { refreshPaths } from 'laravel-vite-plugin' ;
2
+ import laravel from 'laravel-vite-plugin' ;
3
3
4
4
export default defineConfig ( {
5
5
plugins : [
@@ -8,10 +8,7 @@ export default defineConfig({
8
8
'resources/css/app.css' ,
9
9
'resources/js/app.js' ,
10
10
] ,
11
- refresh : [
12
- ...refreshPaths ,
13
- 'app/Livewire/**' ,
14
- ] ,
11
+ refresh : true ,
15
12
} ) ,
16
13
] ,
17
14
} ) ;
You can’t perform that action at this time.
0 commit comments