webpack/examples/dll-app-and-vendor
Tobias Koppers 1b402bcae1 Merge tag 'v4.28.0' into next
4.28.0
2018-12-19 14:05:17 +01:00
..
0-vendor Merge tag 'v4.28.0' into next 2018-12-19 14:05:17 +01:00
1-app Merge tag 'v4.28.0' into next 2018-12-19 14:05:17 +01:00
node_modules add dll-app-and-vendor example by @aretecode 2017-07-27 13:52:38 +02:00
README.md add dll-app-and-vendor example by @aretecode 2017-07-27 13:52:38 +02:00

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