Skip to content

multiple entry points

Tobias Koppers edited this page Jun 27, 2014 · 7 revisions

WIP

  • entry configuration
{
	entry: {
		a: "./a",
		b: "./b",
		c: ["./c", "./d"]
	},
	output: {
		path: path.join(__dirname, "dist"),
		filename: "[name].entry.js"
	}
}

Examples:

Clone this wiki locally