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) { if (core) {
fileName += '.core'; fileName += '.core';
} } else if (format === 'esm') {
if (format === 'esm') {
fileName += '.esm'; fileName += '.esm';
} }
if (!includeLargeDiagrams) { if (!includeLargeDiagrams) {

View File

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

View File

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