Skip to content

Commit

Permalink
do not optimize dep jest-canvas-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Nov 28, 2023
1 parent fb4c28a commit 8de8b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default defineConfig(({ mode }) => ({
deps: {
optimizer: {
web: {
exclude: ['vue'],
exclude: ['vue', 'jest-canvas-mock'],
},
},
},
Expand Down

0 comments on commit 8de8b70

Please sign in to comment.