moved mermaid feature to js bundle
This commit is contained in:
parent
28fbd7d906
commit
55c400075c
7 changed files with 16 additions and 16 deletions
3
assets/scripts/features/flowchart/index.js
Normal file
3
assets/scripts/features/flowchart/index.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
if (process.env.FEATURE_FLOWCHART_MERMAID) {
|
||||
import('./mermaid');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue