parallel-webpack
Version:
Builds multiple webpack configurations in parallel and allows you to easily create variants to those configurations.
13 lines (12 loc) • 429 B
JSON
{
"type": "object",
"properties": {
"maxCallsPerWorker": { "type": "number" },
"maxConcurrentWorkers": { "type": "number" },
"maxConcurrentCallsPerWorker": { "type": "number" },
"maxConcurrentCalls": { "type": "number" },
"maxCallTime": { "type": "number" },
"maxRetries": { "type": "number", "default": 0 },
"keep-alive-after-finish": { "type": "number" }
}
}