-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Webpack 2 Dynamic Imports are Very Slow #2176
Comments
Setting this up as needing contributions. Specifically, we need somebody to help Webpack folks in webpack/webpack#4636 reliably reproduce the performance issue. |
Release 2.6.0. of webpack improved the handling of |
Yea, we plan to bump to 2.6.0. Want to send a PR? |
Sure, that seems an easy enough PR to start with :P |
|
While we officially support dynamic
import()
proposal, it is reported to have significant build performance issues (#2172 (comment), webpack/webpack#4636).We are going to de-emphasize their support in the documentation until Webpack fixes them. I will disable the
require.ensure
deprecation, and will track re-enabling it in this issue.The text was updated successfully, but these errors were encountered: