Skip to content

Commit

Permalink
vite: add copy-to-clipboard to optimizeDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed May 16, 2024
1 parent f73c4a9 commit 3e95c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default ({ mode }) => {
},
},
optimizeDeps: {
include: ['dot-object'],
include: ['dot-object', 'copy-to-clipboard'],
},
});
};

0 comments on commit 3e95c4e

Please sign in to comment.