Skip to content

Commit

Permalink
vite: add deps to optimizeDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed May 16, 2024
1 parent 7b40a09 commit 86cc4c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web-frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ export default ({ mode }) => {
allow: ['../..'],
},
},
optimizeDeps: {
include: ['react-dom', 'dot-object', 'copy-to-clipboard'],
},
});
};

0 comments on commit 86cc4c0

Please sign in to comment.