Skip to content

Commit ecea7ab

Browse files
simon04skipjack
authored andcommitted
docs(output): add libraryExport option
1 parent e0aef8a commit ecea7ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/configuration/output.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,13 @@ Note that `output.libraryTarget` defaults to `var`. This means if only `output.l
258258
T> Read the [authoring libraries guide](/guides/author-libraries) guide for more information on `output.library` as well as `ouput.libraryTarget`.
259259

260260

261+
## `output.libraryExport`
262+
263+
`string` or `string[]` (since webpack 3.0.0)
264+
265+
Allows to select an export for the library.
266+
267+
261268
## `output.libraryTarget`
262269

263270
`string`

0 commit comments

Comments
 (0)