ericclemmons / start-server-webpack-plugin

Automatically start your server once Webpack's build completes.
MIT License
158 stars 26 forks source link

fix passing args to cluster #34

Closed JacopKane closed 5 years ago

JacopKane commented 5 years ago

Previously passing arguments were failing as node process detecting passed -- arg=test as file and trying to open a file named arg=test, this PR should fix it

Applied args setting as in the documentation here: https://nodejs.org/api/cluster.html#cluster_cluster_settings

JacopKane commented 5 years ago

@wmertens Cheers will check soon!