3 lines
80 B
JavaScript
3 lines
80 B
JavaScript
if (process.env.FEATURE_FLOWCHART_MERMAID === '1') {
|
|
import('./mermaid');
|
|
}
|