Skip to content

Commit d33cd87

Browse files
adamlovingEugeneHlushko
authored andcommitted
docs(plugins) Update docs to explain what I assume "Dll" means (#3196)
* Update docs to explain what I assume "Dll" means I'm just assuming this definition. I just discovered Webpack DLL, and find this terminology a little awkward. DLLs are traditionally binary files linked at run time, not build time (or maybe both, I can't remember). In any case, when I discovered Webpack DLL I couldn't find a definition for "Dll." * Update src/content/plugins/dll-plugin.md Co-Authored-By: Eugene Hlushko <[email protected]>
1 parent 8f09c35 commit d33cd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/plugins/dll-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ related:
1313
url: https://github.com/webpack/webpack/blob/master/examples/explicit-vendor-chunk/README.md
1414
---
1515

16-
The `DllPlugin` and `DllReferencePlugin` provide means to split bundles in a way that can drastically improve build time performance.
16+
The `DllPlugin` and `DllReferencePlugin` provide means to split bundles in a way that can drastically improve build time performance. The term "DLL" stands for Dynamic-link library which was originally introduced by Microsoft.
1717

1818

1919
## `DllPlugin`

0 commit comments

Comments
 (0)