Please provide us with the following information:
Feature Request / Issue : Build process for support with HTTP2.0. Currently the build process is concatenation of all files into a single bundle. Provide option for HTTP 2.0 build process with multiple smaller files (with minification option) which will support faster download in HTTP 2.0.
Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Win 10 / Linux Server (Prod)
Please run
ng --version. If there's nothing outputted, please run in a Terminal:node --versionand paste the result here:
@angular/cli: 1.0.0-beta.32.3
node: 6.9.4
os: win32 x64
Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
NA
Normally this include a stack trace and some more information.
NA
Thanks! We'll be in touch soon.
I am also interested in this. Looks like Webpack has AggressiveSplittingPlugin and browser coverage for HTTP/2.0 is close to 80% according to caniuse.
I am experimenting outside of CLI to get a angular HTTP/2 setup with this AggressiveSplittingPlugin plug in for webpack.
Hi, @josephliccini! Did you make any progress on this? If so, would you mind sharing your findings? Thanks!
@ganeshkbhat @josephliccini this is part of a larger project that we're working on. Expect updates in 2019. I'll close the issue for now so we can reduce the noise but I'll be happy to chat (DM me on twitter) about this.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
I am also interested in this. Looks like Webpack has AggressiveSplittingPlugin and browser coverage for HTTP/2.0 is close to 80% according to caniuse.
I am experimenting outside of CLI to get a angular HTTP/2 setup with this AggressiveSplittingPlugin plug in for webpack.