trivago / parallel-webpack

Builds multi-config webpack projects in parallel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using webpack.config object instead of the config path

wotermelon opened this issue · comments

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

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.