mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-30 09:34:23 +01:00
chore: Disable sourcemap for tiny
This commit is contained in:
@@ -38,6 +38,7 @@ const buildPackage = async (entryName: keyof typeof packageOptions) => {
|
||||
minify: true,
|
||||
includeLargeFeatures: false,
|
||||
metafile: shouldVisualize,
|
||||
sourcemap: false,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user