You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An alternative to this approach would be ignoring concatenation and just focusing on our HTTP/2 story. I haven't deployed HTTP/2 with push support on AppEngine before, but could learn how to do so if we wanted it.
The text was updated successfully, but these errors were encountered:
IIRC we should be able to disable vendor splitting in the nwb config, and if I'm not recalling correctly, I'll make it possible and publish a new release with that.
Basically, over in this: https://github.com/insin/react-hn/blob/master/src/views/index.ejs#L37
We want to concatenate both vendor and app scripts into a single bundle so at build time instead of:
We're just doing:
to avoid blocking.
An alternative to this approach would be ignoring concatenation and just focusing on our HTTP/2 story. I haven't deployed HTTP/2 with push support on AppEngine before, but could learn how to do so if we wanted it.
The text was updated successfully, but these errors were encountered: