Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Changelog

Marat Dreizin edited this page Jun 6, 2016 · 4 revisions

Change Log

v1.0.0

  • Renamed webpack-glob to webpack-cluster
  • Added multiple pattern support for run and watch methods:
import WebpackCluster from 'webpack-cluster';

const webpack = new WebpackCluster();

webpack.run(['./src/**/webpack.config.js']).then((err, stats) => {});
webpack-cluster --config **/webpack.1.config.js --config **/webpack.2.config.js
  • Added nifty progress
  • Added maxWorkers to set number of concurrent workers

Clone this wiki locally