fix(mod_custom): make base64ts bundle output deterministic and clean up generated temp sourcemaps

This commit is contained in:
2026-04-30 12:52:26 +00:00
parent 7f5de8797c
commit 3b2e0bebcd
5 changed files with 43 additions and 5 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "npm run build && (tstest test/ --verbose)",
"build": "(tsbuild --web --allowimplicitany)",
"test": "pnpm run build && (tstest test/ --verbose)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"bin": {