mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
Merge branch 'sidv/splitChunks' into sidv/tinyMermaid
* sidv/splitChunks: chore: Fix outfile names
This commit is contained in:
@@ -47,8 +47,7 @@ const getFileName = (
|
||||
) => {
|
||||
if (core) {
|
||||
fileName += '.core';
|
||||
}
|
||||
if (format === 'esm') {
|
||||
} else if (format === 'esm') {
|
||||
fileName += '.esm';
|
||||
}
|
||||
if (!includeLargeDiagrams) {
|
||||
|
Reference in New Issue
Block a user