Use Webpack DLL feature for vendor bundle for improving build times
swernerx opened this issue · 2 comments
swernerx commented
To improve build times it seems reasonable to use the DLL feature of Webpack. This is especially interesting for development. We already have a vendor bundle handling in edge-builder
. This somehow needs to be extended in a way so that the vendor bundle is created upfront, when missing, and re-used afterward.
swernerx commented
There is also a Webpack plugin automating the whole process. Unfortunately, the development stalled a few months ago. We might re-evaluate if this is helpful: https://github.com/asfktz/autodll-webpack-plugin
artisin commented
Good news on this front Webpack 4 support should be expected in the near future.