chore: Disable sourcemap for tiny

This commit is contained in:
Sidharth Vinod
2025-04-18 15:51:42 +05:30
parent a037cdcf13
commit d2c53552ff
2 changed files with 4 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ const buildPackage = async (entryName: keyof typeof packageOptions) => {
minify: true,
includeLargeFeatures: false,
metafile: shouldVisualize,
sourcemap: false,
}
);
}