All files are served with H2 initially but it still shows "Does not use HTTP/2 for all of its resources" tip because files are loaded from service worker via http/1.1 protocol.
I think it should show that tip only if files aren't served with H2 initially, not when service worker is used.
related issue https://github.com/gatsbyjs/gatsby/issues/11123
I'm putting up a PR for it.
@asistapl PR is up might giving this a spin yourself?
@wardpeet I launched cli from "bug/sw-h2" branch and it works for me! Thank you 馃帀
Most helpful comment
related issue https://github.com/gatsbyjs/gatsby/issues/11123
I'm putting up a PR for it.