Merge pull request #751 from dustinwloring1988/fix/v3_lazyRouteDiscovery-warn

fix: update vite.config.ts
This commit is contained in:
Anirban Kar 2024-12-16 02:13:11 +05:30 committed by GitHub
commit b5867835f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,8 @@ export default defineConfig((config) => {
future: {
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
v3_throwAbortReason: true
v3_throwAbortReason: true,
v3_lazyRouteDiscovery: true
},
}),
UnoCSS(),