mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-13 13:52:33 +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