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()
354354 '@inertiajs/vue3 ' => '^1.0.0 ' ,
355355 '@tailwindcss/forms ' => '^0.5.2 ' ,
356356 '@tailwindcss/typography ' => '^0.5.2 ' ,
357- '@vitejs/plugin-vue ' => '^4.0 .0 ' ,
357+ '@vitejs/plugin-vue ' => '^4.5 .0 ' ,
358358 'autoprefixer ' => '^10.4.7 ' ,
359359 'postcss ' => '^8.4.14 ' ,
360360 'tailwindcss ' => '^3.1.0 ' ,
Original file line number Diff line number Diff line change 11import { defineConfig } from 'vite' ;
2- import laravel , { refreshPaths } from 'laravel-vite-plugin' ;
2+ import laravel from 'laravel-vite-plugin' ;
33
44export default defineConfig ( {
55 plugins : [
@@ -8,10 +8,7 @@ export default defineConfig({
88 'resources/css/app.css' ,
99 'resources/js/app.js' ,
1010 ] ,
11- refresh : [
12- ...refreshPaths ,
13- 'app/Livewire/**' ,
14- ] ,
11+ refresh : true ,
1512 } ) ,
1613 ] ,
1714} ) ;
You can’t perform that action at this time.
0 commit comments