added names to multi compiler example

This commit is contained in:
Tobias Koppers 2014-06-12 06:38:28 +02:00
parent 36be6337ee
commit f5d35418e3
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ var path = require("path");
var webpack = require("../../");
module.exports = [
{
name: "mobile",
entry: "./example",
output: {
path: path.join(__dirname, "js"),
@ -14,6 +15,7 @@ module.exports = [
]
},
{
name: "desktop",
entry: "./example",
output: {
path: path.join(__dirname, "js"),