Wednesday, March 10, 2021

Webpack "DLL" vendors module

How to Use One Vendor Chunk File (Webpack) for Multiple React Projects | Pluralsight

Webpack provides plugins such as DllPlugin and DllReferencePlugin that allow you to extract the libraries that rarely change and reference them in our project instead of building them every time.




No comments: