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
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: