interlockjs/interlock

HTTP/2 bundle profile

Closed this issue · 1 comments

Whereas under the default HTTP/1 bundle profile, all modules are bundles 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