You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add eslint-disable comments for intentional dynamic imports used for code-splitting:
- Mermaid component lazy loading
- Shiki language grammars on-demand
- Shiki WASM engine and theme
These dynamic imports are necessary for bundle optimization and are not
hiding circular dependencies - they're explicit performance optimizations.
0 commit comments