-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Webpack and HTTP2 #458
Comments
Please ask questions on the forum or StackOverflow also, this is not related to Vue and it's not the right repository |
@posva I think he's asking how to get http 2 when using |
Anyone solved this issue? I need those lighthouse fireworks so bad |
@bediu They planned to migrate over to node.js built-in http2 support but with this thread seems like it will take a while. |
Hello! How do you do?
I would like to have an option on webpack template to support HTTP2. The thing is: The build of my project + vendors are up to 3Mb size! I looked for any way to create chunks of the bundle so I could use HTTP2 requests and load the application faster.
Does anyone knows if this can be done?
The text was updated successfully, but these errors were encountered: