You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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.
0 commit comments