0

I implemented Webpack build for multiple configuration work in parallel. the feature gets multiple config bundles, just as described in Webpack docs here. However, the build is not spreading on multiple CPUs, it runs 2+ parallel builds but it multiple the time of build by the number of parallel configurations I set. Also, The memory also multiplied by the number of builds.

does there is any way in Webpack to build multiple on multiple CPUs and not just one, so the build time will shrink?

Nisim Joseph
  • 2,262
  • 22
  • 31

0 Answers0