mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 11:49:38 +00:00
🆙 terser@4.3.1 (#80627)
This commit is contained in:
@@ -244,9 +244,6 @@ function uglifyWithCopyrights() {
|
||||
const output = input
|
||||
.pipe(flatmap((stream, f) => {
|
||||
return stream.pipe(minify({
|
||||
compress: {
|
||||
hoist_funs: true // required due to https://github.com/microsoft/vscode/issues/80202
|
||||
},
|
||||
output: {
|
||||
comments: preserveComments(f),
|
||||
max_line_len: 1024
|
||||
|
||||
Reference in New Issue
Block a user