trivago / parallel-webpack

Builds multi-config webpack projects in parallel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config runs as Sequential rather than Parallel

ichorville opened this issue · comments

I used the configuration as shown in the ReadMe, but I am not satisfied with the performance. it says parallel but all I am seeing is that the plugin runs the configuration in a sequential manner.

I checked the active issues, And I wonder if this repo still has any community support. Not having a Proper example is a real bummer for people like us, which to think why such repositories even exist, if they don't show an actual working solution of the prototype as an example for the public. The Documentation is really not enough.

Interestingly, over here it was simply a matter of replacing the webpack call with parallel-webpack and everything else, including CLI arguments and config files continued to function as expected (with the bundles building in parallel).