parallel-webpack
parallel-webpack copied to clipboard
[QUESTION] Does each CPU get one job?
Does each CPU get one job? How can I limit four variants to run on 4 CPU's and then have four more run after the first 4 are done?
This doesn't seem to be the case and I am having a hard time understanding the source code.