Fitbit / webpack-cluster

Helps to make parallel webpack compilation easily
https://fitbit.github.io/webpack-cluster
Apache License 2.0
32 stars 7 forks source link

Allowing arrays as exports from webpack-config #116

Open winding-lines opened 7 years ago

winding-lines commented 7 years ago

Webpack allows the export of its config file to be an array. This is very helpful, for example when you create configurations programmatically from a list of browsers. However webpack-cluster does not support this.

Let me know what you think about adding this feature.

stereokai commented 6 years ago

I had actually hoped webpack-cluster does exactly that, and was disappointed it doesn't.