Skip to content

Commit

Permalink
Optimize deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Jan 21, 2025
1 parent ccae5a5 commit 738896f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/keychain/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export default defineConfig(({ mode }) => ({
publicDir: "public",
build: {
rollupOptions: {
// These are large deps imported by starknet.js but not used in keychain
external: ['fetch-cookie', 'pako'],
output: {
manualChunks(id) {
// Chunk splitting logic
Expand Down

0 comments on commit 738896f

Please sign in to comment.