提交 f7195e06 编写于 作者: J Joao Moreno

💚 possibly fix tfs linux build

上级 d98a518c
......@@ -204,7 +204,10 @@ function uglifyWithCopyrights() {
.pipe(flatmap(function (stream, f) {
return stream.pipe(uglify({
preserveComments: preserveComments(f),
warnings: false
output: {
// linux tfs build agent is crashing, does this help?§
max_line_len: 3200000
}
}));
}));
return es.duplex(input, output);
......
......@@ -276,7 +276,10 @@ function uglifyWithCopyrights(): NodeJS.ReadWriteStream {
.pipe(flatmap((stream, f) => {
return stream.pipe(uglify({
preserveComments: preserveComments(<FileWithCopyright>f),
warnings: false
output: {
// linux tfs build agent is crashing, does this help?§
max_line_len: 3200000
}
}));
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册