build: set limit for vuejs build threads

pull/1044/head
Oleg Lobanov 2020-07-27 19:35:02 +02:00
parent 95bc92955f
commit 92fde4dd12
No known key found for this signature in database
GPG Key ID: 7CC64E41212621B0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
module.exports = {
runtimeCompiler: true,
publicPath: '[{[ .StaticURL ]}]'
publicPath: '[{[ .StaticURL ]}]',
parallel: 2,
}