Skip to content

Commit f5d3541

Browse files
committed
added names to multi compiler example
1 parent 36be633 commit f5d3541

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/multi-compiler/webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ var path = require("path");
22
var webpack = require("../../");
33
module.exports = [
44
{
5+
name: "mobile",
56
entry: "./example",
67
output: {
78
path: path.join(__dirname, "js"),
@@ -14,6 +15,7 @@ module.exports = [
1415
]
1516
},
1617
{
18+
name: "desktop",
1719
entry: "./example",
1820
output: {
1921
path: path.join(__dirname, "js"),

0 commit comments

Comments
 (0)