webpack/examples/dll-app-and-vendor
Nitin Kumar 1e95fcb80f fix: use `needs` in message to mach with documentation 2024-10-12 14:04:53 +05:30
..
0-vendor chore: update examples and update deps 2023-04-08 01:23:22 +03:00
1-app fix: use `needs` in message to mach with documentation 2024-10-12 14:04:53 +05:30
node_modules
README.md

README.md

This example shows how to use the DllPlugin to separate vendor and app build.

This can boost the speed of the app build because vendors are no longer included, but built separately.

See vendor part and app part.

DllPlugin documentation

Based on this gist: https://gist.github.com/Eoksni/83d1f1559e0ec00d0e89c33a6d763049 by Eoksni