fix minify with flasherrors and pin passport modules versions #7386

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2025-10-31 20:09:37 +00:00
parent 3922d7b4d0
commit ad8b2e366b
3 changed files with 6 additions and 7 deletions

View File

@@ -453,7 +453,6 @@ async function startEx(argv) {
removeScriptTypeAttributes: true,
removeTagWhitespace: true,
preserveLineBreaks: false,
useShortDoctype: true,
log: function(a) { if (typeof a !== 'string') { console.log(a); } } // Log errors from UglifyJS to console output
});
} catch (ex) {