Skip to content

Commit bb42038

Browse files
bijanvakiliskipjack
authored andcommitted
docs(plugins): update dllreferencplugin (#1518)
Document absolute path string usage within the `manifest` parameter in the `DllReferencePlugin` options. Fixes #1513
1 parent 76b64e0 commit bb42038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/plugins/dll-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Combine this plugin with [`output.library`](/configuration/output/#output-librar
3636
This plugin is used in the primary webpack config, it references the dll-only-bundle(s) to require pre-built dependencies.
3737

3838
* `context`: (**absolute path**) context of requests in the manifest (or content property)
39-
* `manifest` (object): an object containing `content` and `name`
39+
* `manifest` : an object containing `content` and `name` or a string to the absolute path of the JSON manifest to be loaded upon compilation
4040
* `content` (optional): the mappings from request to module id (defaults to `manifest.content`)
4141
* `name` (optional): the name where the dll is exposed (defaults to `manifest.name`) (see also [`externals`](/configuration/externals/))
4242
* `scope` (optional): prefix which is used for accessing the content of the dll

0 commit comments

Comments
 (0)