mirror of https://github.com/microsoft/vscode.git
missing build
This commit is contained in:
parent
7f21b1af48
commit
62e8b545f7
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue