HTTP/2 bundle profile
Closed this issue · 1 comments
divmain commented
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
divmain commented
Moved to interlockjs/plugins#7.