Merge branch 'sidv/splitChunks' into sidv/tinyMermaid

* sidv/splitChunks:
  chore: Fix outfile names
This commit is contained in:
Sidharth Vinod
2023-08-14 08:58:29 +05:30
3 changed files with 3 additions and 2 deletions

View File

@@ -47,8 +47,7 @@ const getFileName = (
) => {
if (core) {
fileName += '.core';
}
if (format === 'esm') {
} else if (format === 'esm') {
fileName += '.esm';
}
if (!includeLargeDiagrams) {

View File

@@ -94,6 +94,7 @@
"nikolay",
"nirname",
"orlandoni",
"outdir",
"pathe",
"pbrolin",
"phpbb",

View File

@@ -19,6 +19,7 @@
"mermaid"
],
"scripts": {
"clean": "rimraf dist",
"prepublishOnly": "pnpm -w run build"
},
"repository": {