Skip to content

Commit

Permalink
fix: remove package from optimizeDeps
Browse files Browse the repository at this point in the history
As an attempt to prevent error in the workflow.
  • Loading branch information
fterra-encora committed Sep 22, 2023
1 parent 37688dc commit eafe95a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export default defineConfig(({ command, mode }) => {
},
environment: 'jsdom'
},
optimizeDeps: false
optimizeDeps: {
exclude: ['@carbon/web-components'],
}
}
})

0 comments on commit eafe95a

Please sign in to comment.