mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-26 07:57:09 +01:00
fix minification target
This commit is contained in:
@@ -278,6 +278,8 @@ function uglifyWithCopyrights(): NodeJS.ReadWriteStream {
|
||||
outfile: f.relative,
|
||||
sourcemap: true,
|
||||
minify: true,
|
||||
platform: 'node',
|
||||
target: ['node12.18']
|
||||
}));
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user