build: set limit for vuejs build threads
This commit is contained in:
parent
95bc92955f
commit
92fde4dd12
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
runtimeCompiler: true,
|
runtimeCompiler: true,
|
||||||
publicPath: '[{[ .StaticURL ]}]'
|
publicPath: '[{[ .StaticURL ]}]',
|
||||||
|
parallel: 2,
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue