build: set limit for vuejs build threads

This commit is contained in:
Oleg Lobanov
2020-07-27 19:35:02 +02:00
parent 95bc92955f
commit 92fde4dd12

View File

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