Fix builder build

This commit is contained in:
Adria Navarro 2024-07-04 12:28:49 +02:00
parent ac5752d38f
commit 84f1dc2783
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export default defineConfig(({ mode }) => {
...(isProduction ? [] : devOnlyPlugins),
],
optimizeDeps: {
exclude: ["@roxi/routify"],
exclude: ["@roxi/routify", "fsevents"],
},
resolve: {
dedupe: ["@roxi/routify"],