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

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(),