Skip to content

Commit

Permalink
optimize deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jun 13, 2024
1 parent e7bf707 commit 3ad9cbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ export default defineConfig({
reporter: ["html", "cobertura"],
},
},
optimizeDeps: {
// TODO: investigate which of these are needed
include: ["@mui/icons-material", "yup", "formik"],
},
})

0 comments on commit 3ad9cbb

Please sign in to comment.