Skip to content

Commit

Permalink
docs(Plugins): update supported template paths in DllPlugin's name
Browse files Browse the repository at this point in the history
…option (#6766)
  • Loading branch information
snitin315 committed Apr 19, 2023
1 parent 46c5e7e commit c792969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/plugins/dll-plugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ contributors:
- byzyk
- EugeneHlushko
- EslamHiko
- snitin315
related:
- title: Code Splitting Example
url: https://github.com/webpack/webpack/blob/master/examples/explicit-vendor-chunk/README.md
Expand All @@ -23,7 +24,7 @@ This plugin is used in a separate webpack configuration exclusively to create a

- `context` (optional): context of requests in the manifest file (defaults to the webpack context.)
- `format` (boolean = false): If `true`, manifest json file (output) will be formatted.
- `name`: name of the exposed dll function ([TemplatePaths](https://github.com/webpack/webpack/blob/master/lib/TemplatedPathPlugin.js): `[fullhash]` & `[name]` )
- `name`: name of the exposed dll function ([TemplatePaths](https://github.com/webpack/webpack/blob/master/lib/TemplatedPathPlugin.js): `[fullhash]`, `[chunkhash]`, `[contenthash]`, & `[name]` )
- `path`: **absolute path** to the manifest json file (output)
- `entryOnly` (boolean = true): if `true`, only entry points will be exposed
- `type`: type of the dll bundle
Expand Down

0 comments on commit c792969

Please sign in to comment.