build: set limit for vuejs build threads
parent
95bc92955f
commit
92fde4dd12
|
@ -1,4 +1,5 @@
|
|||
module.exports = {
|
||||
runtimeCompiler: true,
|
||||
publicPath: '[{[ .StaticURL ]}]'
|
||||
publicPath: '[{[ .StaticURL ]}]',
|
||||
parallel: 2,
|
||||
}
|
Loading…
Reference in New Issue