-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Explore using Webpack DLLs #15276
Comments
I think we wanted to do webpack dlls for more than just development, unless that plan changed in discussions I wasn't a part of. |
Absolutely. The development experience is the lowest priority here. A bad development experience is a developer problem, the inability to install plugins is a business problem. The driver for this was concerns about not being able to install X-Pack, especially if you wanted to, or already did, installed other plugins. |
Closing in favor of #20749 |
In an effort to decrease the builds times and OOM's when developing, especially with multiple plugins we are going to explore using Webpacks
DllPlugin
andDllReferencePlugin
.https://webpack.js.org/plugins/dll-plugin/
The text was updated successfully, but these errors were encountered: