mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
missing build
This commit is contained in:
@@ -177,7 +177,7 @@ function minifyTask(src, sourceMapBaseUrl) {
|
||||
sourcemap: 'external',
|
||||
outdir: '.',
|
||||
platform: 'node',
|
||||
target: ['node12.18'],
|
||||
target: ['node14.16'],
|
||||
write: false
|
||||
}).then(res => {
|
||||
const jsFile = res.outputFiles.find(f => /\.js$/.test(f.path));
|
||||
|
||||
Reference in New Issue
Block a user