From 956b9452c4bc2188ced3507b078a71a52510be12 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 20 Jun 2017 09:04:48 +0200 Subject: [PATCH] docs(output): add libraryExport option --- content/configuration/output.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/configuration/output.md b/content/configuration/output.md index ae95230f61a1..d10ab369c84e 100644 --- a/content/configuration/output.md +++ b/content/configuration/output.md @@ -258,6 +258,13 @@ Note that `output.libraryTarget` defaults to `var`. This means if only `output.l T> Read the [authoring libraries guide](/guides/author-libraries) guide for more information on `output.library` as well as `ouput.libraryTarget`. +## `output.libraryExport` + +`string` or `string[]` (since webpack 3.0.0) + +Allows to select an export for the library. + + ## `output.libraryTarget` `string`