Closed sunchanglong closed 3 years ago
paralell-webpack run options
{ watch: false, maxRetries: 1, stats: false, // defaults to false maxConcurrentWorkers: 2 // use 2 workers }
set run method options
stats: false. note: it will create .cache directory if set stats: true
Node version:
Operating System:
webpack version: 5.11.1
parallel-webpack version: 2.6.0
use ('parallel-webpack').run to compile multiple webpack configs with cache filesystem options
paralell-webpack run options
create .cache directory
not creawte .cache directory
Steps to reproduce
set run method options
stats: false. note: it will create .cache directory if set stats: true
Provide your Environment details
Node version:
Operating System:
webpack version: 5.11.1
parallel-webpack version: 2.6.0