File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Combine this plugin with [`output.library`](/configuration/output/#output-librar
36
36
This plugin is used in the primary webpack config, it references the dll-only-bundle(s) to require pre-built dependencies.
37
37
38
38
* ` 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
40
40
* ` content ` (optional): the mappings from request to module id (defaults to ` manifest.content ` )
41
41
* ` name ` (optional): the name where the dll is exposed (defaults to ` manifest.name ` ) (see also [ ` externals ` ] ( /configuration/externals/ ) )
42
42
* ` scope ` (optional): prefix which is used for accessing the content of the dll
You can’t perform that action at this time.
0 commit comments