trivago/parallel-webpack

using webpack.config object instead of the config path

wotermelon opened this issue · 1 comments

nodejs api
the ```run`` function support to use webpack.config object as well as config path.

pago commented

This is unfortunately not possible as the Webpack config object may contain complex objects and functions that can't be serialized to be transferred to the worker processes.