index.js 77 B

123
  1. if (process.env.FEATURE_FLOWCHART_MERMAID === '1') {
  2. import('./mermaid')
  3. }