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
Whereas under the default HTTP/1 bundle profile, all modules are bundled into the same JS except where split points are defined, under the HTTP/2 profile, no modules will be bundled into the same JS except where split points are defined.
output one JS file per input file
output manifest that maps inputs to outputs, and includes dependencies
build HTTP/2 server push demo using dependency manifest, nghttpx, and docker
Whereas under the default HTTP/1 bundle profile, all modules are bundled into the same JS except where split points are defined, under the HTTP/2 profile, no modules will be bundled into the same JS except where split points are defined.
build HTTP/2 server push demo using dependency manifest, nghttpx, and docker