missing build

This commit is contained in:
João Moreno 2021-05-26 20:38:00 +02:00
parent 7f21b1af48
commit 62e8b545f7
No known key found for this signature in database
GPG Key ID: 896B853774D1A575
1 changed files with 1 additions and 1 deletions

View File

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