Demo for Multi Config from CLI #2835
Clone this repo and setup a build of webpack that treats multiple --config
flags the same as exporting an array of configs in your webpack.config.js file.
webpack --config "1-config.js" --config "2-config.js"
webpack
webpack --config "2-config.js"