Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Webpack DLL feature for vendor bundle for improving build times #7

Open
swernerx opened this issue Nov 21, 2017 · 2 comments
Open

Comments

@swernerx
Copy link
Member

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
Copy link
Member Author

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

@fetchTe
Copy link

fetchTe commented May 6, 2018

Good news on this front Webpack 4 support should be expected in the near future.

asfktz/autodll-webpack-plugin#105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants