mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
💚 cmon build machine
This commit is contained in:
@@ -275,7 +275,11 @@ function uglifyWithCopyrights(): NodeJS.ReadWriteStream {
|
||||
const output = input
|
||||
.pipe(flatmap((stream, f) => {
|
||||
return stream.pipe(uglify({
|
||||
preserveComments: preserveComments(<FileWithCopyright>f)
|
||||
preserveComments: preserveComments(<FileWithCopyright>f),
|
||||
output: {
|
||||
// linux tfs build agent is crashing, does this help?§
|
||||
max_line_len: 3200000
|
||||
}
|
||||
}));
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user