mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-15 12:16:33 +01:00
feat: Add lazy-loaded Mermaid diagram support with loading fallback and zoom features
This commit is contained in:
parent
4136dda7c7
commit
f67dd1b1b7
5 changed files with 446 additions and 4 deletions
|
|
@ -113,8 +113,8 @@ export default defineConfig(({ command }) => ({
|
|||
if (id.includes('i18next') || id.includes('react-i18next')) {
|
||||
return 'i18n';
|
||||
}
|
||||
if (id.includes('lodash')) {
|
||||
return 'utilities';
|
||||
if (id.includes('node_modules/lodash-es')) {
|
||||
return 'lodash-es';
|
||||
}
|
||||
if (id.includes('date-fns')) {
|
||||
return 'date-utils';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue