mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-14 22:09:29 +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) {
|
||||
|
@@ -94,6 +94,7 @@
|
||||
"nikolay",
|
||||
"nirname",
|
||||
"orlandoni",
|
||||
"outdir",
|
||||
"pathe",
|
||||
"pbrolin",
|
||||
"phpbb",
|
||||
|
@@ -19,6 +19,7 @@
|
||||
"mermaid"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"prepublishOnly": "pnpm -w run build"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user