🆙 terser@4.3.1 (#80627)

This commit is contained in:
Benjamin Pasero
2019-09-10 10:57:54 +02:00
committed by GitHub
parent b836b675cc
commit 0030e6ee92
4 changed files with 11 additions and 8 deletions

View File

@@ -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