官方例子
官方解释:
multiple configurations In both cases you can also use an array of configurations, which are processed in parallel. They share filesystem cache and watchers so this is more efficent than calling webpack multiple times.
只是为了多次并行执行 webpack 编译。比如同时为移动端和服务端编译不同的 bundle。