Skip to content
This repository was archived by the owner on Aug 8, 2019. It is now read-only.

multiple entry points

Tobias Koppers edited this page Jun 27, 2014 · 8 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