hugo-toha/assets/scripts/features/flowchart/index.js
2023-01-04 18:18:16 -08:00

3 lines
77 B
JavaScript

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