Skip to content

Commit

Permalink
Update deps and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy authored and oskardudycz committed May 15, 2023
1 parent 36ad0ac commit c6ca541
Show file tree
Hide file tree
Showing 3 changed files with 4,129 additions and 18,991 deletions.
11 changes: 9 additions & 2 deletions docs/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@ export default {
root: '../'
}
},
optimizeDeps: { include: ['moment-mini', '@braintree/sanitize-url', 'dagre', 'dagre-d3', 'graphlib'] }
}
optimizeDeps: {
include: ['@braintree/sanitize-url'],
},
resolve: {
alias: {
dayjs: 'dayjs/',
},
},
}
Loading

0 comments on commit c6ca541

Please sign in to comment.