[Chore] Upgrade to Vite v5 (#1020)

This commit is contained in:
Alex Justesen
2023-12-25 19:47:52 -05:00
committed by GitHub
parent 13e0e249b5
commit bfe86ebf4d
8 changed files with 787 additions and 215 deletions
+778 -202
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -6,12 +6,12 @@
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.15",
"laravel-vite-plugin": "^0.7.3",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"vite": "^4.5.1"
"tailwindcss": "^3.4.0",
"vite": "^5.0.10"
}
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,11 +1,11 @@
{
"resources/css/app.css": {
"file": "assets/app-31f612f2.css",
"file": "assets/app-6BD7JOMV.css",
"isEntry": true,
"src": "resources/css/app.css"
},
"resources/css/filament/admin/theme.css": {
"file": "assets/theme-318e976b.css",
"file": "assets/theme-C5fuYrDC.css",
"isEntry": true,
"src": "resources/css/filament/admin/theme.css"
}
+1 -5
View File
@@ -1,5 +1,5 @@
import { defineConfig } from 'vite';
import laravel, { refreshPaths } from 'laravel-vite-plugin';
import laravel from 'laravel-vite-plugin';
export default defineConfig({
plugins: [
@@ -8,10 +8,6 @@ export default defineConfig({
'resources/css/app.css',
'resources/css/filament/admin/theme.css',
],
refresh: [
...refreshPaths,
'app/Livewire/**',
],
}),
],
server: {