mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02: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