Revert back to Vite 6
This commit is contained in:
@@ -12,12 +12,12 @@ export default defineConfig({
|
||||
domains: ['development.directus.itsfinniii.com']
|
||||
},
|
||||
vite: {
|
||||
plugins: [tailwindcss(), graphql()],
|
||||
plugins: [graphql(), tailwindcss()],
|
||||
resolve: {
|
||||
alias: {
|
||||
react: "preact/compat",
|
||||
"react-dom": "preact/compat",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
});
|
||||
7296
astro/package-lock.json
generated
7296
astro/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -26,8 +26,10 @@
|
||||
"react-responsive-masonry": "^2.7.2",
|
||||
"reading-time": "^1.5.0",
|
||||
"tailwindcss": "^4.2.4",
|
||||
"tslib": "^2.8.1",
|
||||
"vite": "^8.0.9"
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"overrides": {
|
||||
"vite": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
|
||||
Reference in New Issue
Block a user